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
NVidiaShield2017AndroidUnityProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.UnityDeviceProfiles
4
{
5
// Token: 0x020000AA RID: 170
6
[
Preserve
]
7
[
UnityInputDeviceProfile
]
8
public
class
NVidiaShield2017AndroidUnityProfile
:
InputDeviceProfile
9
{
10
// Token: 0x060005DB RID: 1499 RVA: 0x000159B0 File Offset: 0x00013BB0
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"NVIDIA Shield Controller"
;
15
this.deviceNotes
=
"NVIDIA Shield Controller on Android"
;
16
if
(
"Android"
==
null
||
"Android"
!=
null
)
17
{
18
if
(
"A"
==
null
)
19
{
20
}
21
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(0);
22
InputControlSource
inputControlSource2
=
InputDeviceProfile
.
Button
(1);
23
InputControlSource
inputControlSource3
=
InputDeviceProfile
.
Button
(2);
24
InputControlSource
inputControlSource4
=
InputDeviceProfile
.
Button
(3);
25
InputControlSource
inputControlSource5
=
InputDeviceProfile
.
Button
(4);
26
InputControlSource
inputControlSource6
=
InputDeviceProfile
.
Button
(5);
27
InputControlSource
inputControlSource7
=
InputDeviceProfile
.
Button
(8);
28
InputControlSource
inputControlSource8
=
InputDeviceProfile
.
Button
(9);
29
InputControlSource
inputControlSource9
=
InputDeviceProfile
.
Button
(10);
30
InputControlMapping
inputControlMapping
=
InputDeviceProfile
.
LeftStickLeftMapping
(0);
31
if
(
inputControlMapping
==
null
||
inputControlMapping
!=
null
)
32
{
33
InputControlMapping
inputControlMapping2
=
InputDeviceProfile
.
LeftStickRightMapping
(0);
34
if
(
inputControlMapping2
==
null
||
inputControlMapping2
!=
null
)
35
{
36
InputControlMapping
inputControlMapping3
=
InputDeviceProfile
.
LeftStickUpMapping
(1);
37
if
(
inputControlMapping3
==
null
||
inputControlMapping3
!=
null
)
38
{
39
InputControlMapping
inputControlMapping4
=
InputDeviceProfile
.
LeftStickDownMapping
(1);
40
if
(
inputControlMapping4
==
null
||
inputControlMapping4
!=
null
)
41
{
42
InputControlMapping
inputControlMapping5
=
InputDeviceProfile
.
RightStickLeftMapping
(2);
43
if
(
inputControlMapping5
==
null
||
inputControlMapping5
!=
null
)
44
{
45
InputControlMapping
inputControlMapping6
=
InputDeviceProfile
.
RightStickRightMapping
(2);
46
if
(
inputControlMapping6
==
null
||
inputControlMapping6
!=
null
)
47
{
48
InputControlMapping
inputControlMapping7
=
InputDeviceProfile
.
RightStickUpMapping
(3);
49
if
(
inputControlMapping7
==
null
||
inputControlMapping7
!=
null
)
50
{
51
InputControlMapping
inputControlMapping8
=
InputDeviceProfile
.
RightStickDownMapping
(3);
52
if
(
inputControlMapping8
==
null
||
inputControlMapping8
!=
null
)
53
{
54
InputControlMapping
inputControlMapping9
=
InputDeviceProfile
.
DPadLeftMapping
(4);
55
if
(
inputControlMapping9
==
null
||
inputControlMapping9
!=
null
)
56
{
57
InputControlMapping
inputControlMapping10
=
InputDeviceProfile
.
DPadRightMapping
(4);
58
if
(
inputControlMapping10
==
null
||
inputControlMapping10
!=
null
)
59
{
60
InputControlMapping
inputControlMapping11
=
InputDeviceProfile
.
DPadUpMapping
(5);
61
if
(
inputControlMapping11
==
null
||
inputControlMapping11
!=
null
)
62
{
63
InputControlMapping
inputControlMapping12
=
InputDeviceProfile
.
DPadDownMapping
(5);
64
if
(
inputControlMapping12
==
null
||
inputControlMapping12
!=
null
)
65
{
66
InputControlSource
inputControlSource10
=
InputDeviceProfile
.
Analog
(12);
67
InputControlSource
inputControlSource11
=
InputDeviceProfile
.
Analog
(11);
68
return
;
69
}
70
}
71
}
72
}
73
}
74
}
75
}
76
}
77
}
78
}
79
}
80
}
81
}
82
throw
new
ArrayTypeMismatchException
();
83
}
84
85
// Token: 0x060005DC RID: 1500 RVA: 0x00015B24 File Offset: 0x00013D24
86
public
NVidiaShield2017AndroidUnityProfile
()
87
{
88
if
(!
true
)
89
{
90
}
91
base
..ctor();
92
}
93
}
94
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputControlMapping
Definition
InputControlMapping.cs:9
InControl.InputDeviceProfile.RightStickLeftMapping
static InputControlMapping RightStickLeftMapping(int analog)
Definition
InputDeviceProfile.cs:684
InControl.InputDeviceProfile.DPadRightMapping
static InputControlMapping DPadRightMapping(int analog)
Definition
InputDeviceProfile.cs:927
InControl.InputDeviceProfile.DPadUpMapping
static InputControlMapping DPadUpMapping(int analog)
Definition
InputDeviceProfile.cs:936
InControl.InputDeviceProfile.DPadLeftMapping
static InputControlMapping DPadLeftMapping(int analog)
Definition
InputDeviceProfile.cs:900
InControl.InputDeviceProfile.RightStickDownMapping
static InputControlMapping RightStickDownMapping(int analog)
Definition
InputDeviceProfile.cs:765
InControl.InputDeviceProfile.LeftStickRightMapping
static InputControlMapping LeftStickRightMapping(int analog)
Definition
InputDeviceProfile.cs:549
InControl.InputDeviceProfile.LeftStickUpMapping
static InputControlMapping LeftStickUpMapping(int analog)
Definition
InputDeviceProfile.cs:576
InControl.InputDeviceProfile.RightStickRightMapping
static InputControlMapping RightStickRightMapping(int analog)
Definition
InputDeviceProfile.cs:711
InControl.InputDeviceProfile.RightStickUpMapping
static InputControlMapping RightStickUpMapping(int analog)
Definition
InputDeviceProfile.cs:738
InControl.InputDeviceProfile.DPadDownMapping
static InputControlMapping DPadDownMapping(int analog)
Definition
InputDeviceProfile.cs:963
InControl.InputDeviceProfile.LeftStickLeftMapping
static InputControlMapping LeftStickLeftMapping(int analog)
Definition
InputDeviceProfile.cs:522
InControl.InputDeviceProfile.Analog
static InputControlSource Analog(int index)
Definition
InputDeviceProfile.cs:516
InControl.InputDeviceProfile.Button
static InputControlSource Button(int index)
Definition
InputDeviceProfile.cs:510
InControl.InputDeviceProfile.LeftStickDownMapping
static InputControlMapping LeftStickDownMapping(int analog)
Definition
InputDeviceProfile.cs:603
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.UnityDeviceProfiles.NVidiaShield2017AndroidUnityProfile.Define
override void Define()
Definition
NVidiaShield2017AndroidUnityProfile.cs:11
InControl.UnityDeviceProfiles.NVidiaShield2017AndroidUnityProfile.NVidiaShield2017AndroidUnityProfile
NVidiaShield2017AndroidUnityProfile()
Definition
NVidiaShield2017AndroidUnityProfile.cs:86
InControl.UnityDeviceProfiles.NVidiaShield2017AndroidUnityProfile
Definition
NVidiaShield2017AndroidUnityProfile.cs:9
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
InControl.UnityDeviceProfiles
Definition
AirFloWiredPS3MacUnityProfile.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
InControl.InputControlSource
Definition
InputControlSource.cs:10
source
InControl
UnityDeviceProfiles
NVidiaShield2017AndroidUnityProfile.cs
Generated by
1.10.0