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
ButtonType.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
Microsoft.Xna.Framework.Input
5
{
6
// Token: 0x0200034A RID: 842
7
internal
class
ButtonType
8
{
9
// Token: 0x17000254 RID: 596
10
// (get) Token: 0x0600158D RID: 5517 RVA: 0x00060B14 File Offset: 0x0005ED14
11
// (set) Token: 0x0600158E RID: 5518 RVA: 0x00060B28 File Offset: 0x0005ED28
12
public
bool
button
13
{
14
[
CompilerGenerated
]
15
get
16
{
17
return
this.<
button
>
k__BackingField
;
18
}
19
[
CompilerGenerated
]
20
set
21
{
22
}
23
}
24
25
// Token: 0x17000255 RID: 597
26
// (get) Token: 0x0600158F RID: 5519 RVA: 0x00060B38 File Offset: 0x0005ED38
27
// (set) Token: 0x06001590 RID: 5520 RVA: 0x00060B4C File Offset: 0x0005ED4C
28
public
int
index
29
{
30
[
CompilerGenerated
]
31
get
32
{
33
return
this.<
index
>
k__BackingField
;
34
}
35
[
CompilerGenerated
]
36
set
37
{
38
this.<
index
>
k__BackingField
=
value
;
39
}
40
}
41
42
// Token: 0x06001591 RID: 5521 RVA: 0x00060B60 File Offset: 0x0005ED60
43
public
ButtonType
()
44
{
45
}
46
47
// Token: 0x04002320 RID: 8992
48
[
CompilerGenerated
]
49
private
bool <button>
k__BackingField
;
50
51
// Token: 0x04002321 RID: 8993
52
[
CompilerGenerated
]
53
private
int <index>
k__BackingField
;
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Input.ButtonType.ButtonType
ButtonType()
Definition
ButtonType.cs:43
Microsoft.Xna.Framework.Input.ButtonType.button
bool button
Definition
ButtonType.cs:13
Microsoft.Xna.Framework.Input.ButtonType.index
int index
Definition
ButtonType.cs:29
Microsoft.Xna.Framework.Input.ButtonType.k__BackingField
bool< button > k__BackingField
Definition
ButtonType.cs:49
Microsoft.Xna.Framework.Input.ButtonType.k__BackingField
int< index > k__BackingField
Definition
ButtonType.cs:53
Microsoft.Xna.Framework.Input.ButtonType
Definition
ButtonType.cs:8
Microsoft.Xna.Framework.Input
Definition
Buttons.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Microsoft
Xna
Framework
Input
ButtonType.cs
Generated by
1.10.0