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
Xbox360MacUnityProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.UnityDeviceProfiles
4
{
5
// Token: 0x020000DC RID: 220
6
[
Preserve
]
7
[
UnityInputDeviceProfile
]
8
public
class
Xbox360MacUnityProfile
:
InputDeviceProfile
9
{
10
// Token: 0x06000645 RID: 1605 RVA: 0x0001AA10 File Offset: 0x00018C10
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"XBox 360 Controller"
;
15
this.deviceNotes
=
"XBox 360 Controller on Mac"
;
16
if
(
"OS X"
==
null
||
"OS X"
!=
null
)
17
{
18
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(16);
19
InputControlSource
inputControlSource2
=
InputDeviceProfile
.
Button
(17);
20
InputControlSource
inputControlSource3
=
InputDeviceProfile
.
Button
(18);
21
InputControlSource
inputControlSource4
=
InputDeviceProfile
.
Button
(19);
22
InputControlSource
inputControlSource5
=
InputDeviceProfile
.
Button
(5);
23
InputControlSource
inputControlSource6
=
InputDeviceProfile
.
Button
(6);
24
InputControlSource
inputControlSource7
=
InputDeviceProfile
.
Button
(7);
25
InputControlSource
inputControlSource8
=
InputDeviceProfile
.
Button
(8);
26
InputControlSource
inputControlSource9
=
InputDeviceProfile
.
Button
(13);
27
InputControlSource
inputControlSource10
=
InputDeviceProfile
.
Button
(14);
28
InputControlSource
inputControlSource11
=
InputDeviceProfile
.
Button
(11);
29
InputControlSource
inputControlSource12
=
InputDeviceProfile
.
Button
(12);
30
InputControlSource
inputControlSource13
=
InputDeviceProfile
.
Button
(9);
31
InputControlSource
inputControlSource14
=
InputDeviceProfile
.
Button
(10);
32
InputControlSource
inputControlSource15
=
InputDeviceProfile
.
Button
(15);
33
InputControlMapping
inputControlMapping
=
InputDeviceProfile
.
LeftStickLeftMapping
(0);
34
if
(
inputControlMapping
==
null
||
inputControlMapping
!=
null
)
35
{
36
InputControlMapping
inputControlMapping2
=
InputDeviceProfile
.
LeftStickRightMapping
(0);
37
if
(
inputControlMapping2
==
null
||
inputControlMapping2
!=
null
)
38
{
39
InputControlMapping
inputControlMapping3
=
InputDeviceProfile
.
LeftStickUpMapping
(1);
40
if
(
inputControlMapping3
==
null
||
inputControlMapping3
!=
null
)
41
{
42
InputControlMapping
inputControlMapping4
=
InputDeviceProfile
.
LeftStickDownMapping
(1);
43
if
(
inputControlMapping4
==
null
||
inputControlMapping4
!=
null
)
44
{
45
InputControlMapping
inputControlMapping5
=
InputDeviceProfile
.
RightStickLeftMapping
(2);
46
if
(
inputControlMapping5
==
null
||
inputControlMapping5
!=
null
)
47
{
48
InputControlMapping
inputControlMapping6
=
InputDeviceProfile
.
RightStickRightMapping
(2);
49
if
(
inputControlMapping6
==
null
||
inputControlMapping6
!=
null
)
50
{
51
InputControlMapping
inputControlMapping7
=
InputDeviceProfile
.
RightStickUpMapping
(3);
52
if
(
inputControlMapping7
==
null
||
inputControlMapping7
!=
null
)
53
{
54
InputControlMapping
inputControlMapping8
=
InputDeviceProfile
.
RightStickDownMapping
(3);
55
if
(
inputControlMapping8
==
null
||
inputControlMapping8
!=
null
)
56
{
57
InputControlMapping
inputControlMapping9
=
InputDeviceProfile
.
LeftTriggerMapping
(4);
58
if
(
inputControlMapping9
==
null
||
inputControlMapping9
!=
null
)
59
{
60
InputControlMapping
inputControlMapping10
=
InputDeviceProfile
.
RightTriggerMapping
(5);
61
if
(
inputControlMapping10
==
null
||
inputControlMapping10
!=
null
)
62
{
63
return
;
64
}
65
}
66
}
67
}
68
}
69
}
70
}
71
}
72
}
73
}
74
}
75
throw
new
ArrayTypeMismatchException
();
76
}
77
78
// Token: 0x06000646 RID: 1606 RVA: 0x0001AB7C File Offset: 0x00018D7C
79
public
Xbox360MacUnityProfile
()
80
{
81
if
(!
true
)
82
{
83
}
84
base
..ctor();
85
}
86
}
87
}
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.RightTriggerMapping
static InputControlMapping RightTriggerMapping(int analog)
Definition
InputDeviceProfile.cs:873
InControl.InputDeviceProfile.LeftTriggerMapping
static InputControlMapping LeftTriggerMapping(int analog)
Definition
InputDeviceProfile.cs:846
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.LeftStickLeftMapping
static InputControlMapping LeftStickLeftMapping(int analog)
Definition
InputDeviceProfile.cs:522
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.Xbox360MacUnityProfile.Xbox360MacUnityProfile
Xbox360MacUnityProfile()
Definition
Xbox360MacUnityProfile.cs:79
InControl.UnityDeviceProfiles.Xbox360MacUnityProfile.Define
override void Define()
Definition
Xbox360MacUnityProfile.cs:11
InControl.UnityDeviceProfiles.Xbox360MacUnityProfile
Definition
Xbox360MacUnityProfile.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
Xbox360MacUnityProfile.cs
Generated by
1.10.0