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
EightBitdoSNES30WindowsUnityProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.UnityDeviceProfiles
4
{
5
// Token: 0x020000FC RID: 252
6
[
Preserve
]
7
[
UnityInputDeviceProfile
]
8
public
class
EightBitdoSNES30WindowsUnityProfile
:
InputDeviceProfile
9
{
10
// Token: 0x06000685 RID: 1669 RVA: 0x0001D510 File Offset: 0x0001B710
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"8Bitdo SNES30 Controller"
;
15
this.deviceNotes
=
"8Bitdo SNES30 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: 0x06000686 RID: 1670 RVA: 0x0001D5B4 File Offset: 0x0001B7B4
39
public
EightBitdoSNES30WindowsUnityProfile
()
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.EightBitdoSNES30WindowsUnityProfile.Define
override void Define()
Definition
EightBitdoSNES30WindowsUnityProfile.cs:11
InControl.UnityDeviceProfiles.EightBitdoSNES30WindowsUnityProfile.EightBitdoSNES30WindowsUnityProfile
EightBitdoSNES30WindowsUnityProfile()
Definition
EightBitdoSNES30WindowsUnityProfile.cs:39
InControl.UnityDeviceProfiles.EightBitdoSNES30WindowsUnityProfile
Definition
EightBitdoSNES30WindowsUnityProfile.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
EightBitdoSNES30WindowsUnityProfile.cs
Generated by
1.10.0