terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IGraphicsDeviceService.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Microsoft.Xna.Framework.Graphics
4
{
5
// Token: 0x02000380 RID: 896
6
public
interface
IGraphicsDeviceService
7
{
8
// Token: 0x170002F4 RID: 756
9
// (get) Token: 0x060017BE RID: 6078
10
GraphicsDevice
GraphicsDevice
{
get
; }
11
12
// Token: 0x1400001A RID: 26
13
// (add) Token: 0x060017BF RID: 6079
14
// (remove) Token: 0x060017C0 RID: 6080
15
event
EventHandler<EventArgs>
DeviceCreated
;
16
17
// Token: 0x1400001B RID: 27
18
// (add) Token: 0x060017C1 RID: 6081
19
// (remove) Token: 0x060017C2 RID: 6082
20
event
EventHandler<EventArgs>
DeviceDisposing
;
21
22
// Token: 0x1400001C RID: 28
23
// (add) Token: 0x060017C3 RID: 6083
24
// (remove) Token: 0x060017C4 RID: 6084
25
event
EventHandler<EventArgs>
DeviceReset
;
26
27
// Token: 0x1400001D RID: 29
28
// (add) Token: 0x060017C5 RID: 6085
29
// (remove) Token: 0x060017C6 RID: 6086
30
event
EventHandler<EventArgs>
DeviceResetting
;
31
}
32
}
Microsoft.Xna.Framework.Graphics.GraphicsDevice
Definition
GraphicsDevice.cs:12
System.EventHandler
Definition
EventHandler.2.cs:7
Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService.DeviceDisposing
EventHandler< EventArgs > DeviceDisposing
Definition
IGraphicsDeviceService.cs:20
Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService.DeviceReset
EventHandler< EventArgs > DeviceReset
Definition
IGraphicsDeviceService.cs:25
Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService.DeviceResetting
EventHandler< EventArgs > DeviceResetting
Definition
IGraphicsDeviceService.cs:30
Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService.DeviceCreated
EventHandler< EventArgs > DeviceCreated
Definition
IGraphicsDeviceService.cs:15
Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService
Definition
IGraphicsDeviceService.cs:7
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System
Definition
__ComObject.cs:4
source
Microsoft
Xna
Framework
Graphics
IGraphicsDeviceService.cs
Generated by
1.10.0