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
EightBitdoSFC30WindowsUnityProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.UnityDeviceProfiles
4
{
5
// Token: 0x020000FB RID: 251
6
[
Preserve
]
7
[
UnityInputDeviceProfile
]
8
public
class
EightBitdoSFC30WindowsUnityProfile
:
InputDeviceProfile
9
{
10
// Token: 0x06000683 RID: 1667 RVA: 0x0001D454 File Offset: 0x0001B654
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"8Bitdo SFC30 Controller"
;
15
this.deviceNotes
=
"8Bitdo SFC30 Controller on Windows"
;
16
if
(
"Windows"
==
null
||
"Windows"
!=
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
(3);
24
InputControlSource
inputControlSource4
=
InputDeviceProfile
.
Button
(4);
25
InputControlSource
inputControlSource5
=
InputDeviceProfile
.
Button
(6);
26
InputControlSource
inputControlSource6
=
InputDeviceProfile
.
Button
(7);
27
InputControlSource
inputControlSource7
=
InputDeviceProfile
.
Button
(10);
28
InputControlSource
inputControlSource8
=
InputDeviceProfile
.
Button
(11);
29
InputControlSource
inputControlSource9
=
InputDeviceProfile
.
Analog
(0);
30
InputControlSource
inputControlSource10
=
InputDeviceProfile
.
Analog
(0);
31
InputControlSource
inputControlSource11
=
InputDeviceProfile
.
Analog
(1);
32
InputControlSource
inputControlSource12
=
InputDeviceProfile
.
Analog
(1);
33
return
;
34
}
35
throw
new
ArrayTypeMismatchException
();
36
}
37
38
// Token: 0x06000684 RID: 1668 RVA: 0x0001D4F8 File Offset: 0x0001B6F8
39
public
EightBitdoSFC30WindowsUnityProfile
()
40
{
41
if
(!
true
)
42
{
43
}
44
base
..ctor();
45
}
46
}
47
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
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
Definition
InputDeviceProfile.cs:13
InControl.UnityDeviceProfiles.EightBitdoSFC30WindowsUnityProfile.EightBitdoSFC30WindowsUnityProfile
EightBitdoSFC30WindowsUnityProfile()
Definition
EightBitdoSFC30WindowsUnityProfile.cs:39
InControl.UnityDeviceProfiles.EightBitdoSFC30WindowsUnityProfile.Define
override void Define()
Definition
EightBitdoSFC30WindowsUnityProfile.cs:11
InControl.UnityDeviceProfiles.EightBitdoSFC30WindowsUnityProfile
Definition
EightBitdoSFC30WindowsUnityProfile.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
EightBitdoSFC30WindowsUnityProfile.cs
Generated by
1.10.0