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
AndroidTVRemoteUnityProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.UnityDeviceProfiles
4
{
5
// Token: 0x02000083 RID: 131
6
[
UnityInputDeviceProfile
]
7
[
Preserve
]
8
public
class
AndroidTVRemoteUnityProfile
:
InputDeviceProfile
9
{
10
// Token: 0x0600058D RID: 1421 RVA: 0x00011F9C File Offset: 0x0001019C
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"Android TV Remote"
;
15
this.deviceClass
=
InputDeviceClass
.Remote;
16
this.deviceNotes
=
"Android TV Remote on Android TV"
;
17
if
(
"Android"
==
null
||
"Android"
!=
null
)
18
{
19
if
(
"A"
==
null
)
20
{
21
}
22
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(0);
23
InputControlMapping
inputControlMapping
=
InputDeviceProfile
.
DPadLeftMapping
(4);
24
if
(
inputControlMapping
==
null
||
inputControlMapping
!=
null
)
25
{
26
InputControlMapping
inputControlMapping2
=
InputDeviceProfile
.
DPadRightMapping
(4);
27
if
(
inputControlMapping2
==
null
||
inputControlMapping2
!=
null
)
28
{
29
InputControlMapping
inputControlMapping3
=
InputDeviceProfile
.
DPadUpMapping
(5);
30
if
(
inputControlMapping3
==
null
||
inputControlMapping3
!=
null
)
31
{
32
InputControlMapping
inputControlMapping4
=
InputDeviceProfile
.
DPadDownMapping
(5);
33
if
(
inputControlMapping4
==
null
||
inputControlMapping4
!=
null
)
34
{
35
return
;
36
}
37
}
38
}
39
}
40
}
41
throw
new
ArrayTypeMismatchException
();
42
}
43
44
// Token: 0x0600058E RID: 1422 RVA: 0x00012028 File Offset: 0x00010228
45
public
AndroidTVRemoteUnityProfile
()
46
{
47
if
(!
true
)
48
{
49
}
50
base
..ctor();
51
}
52
}
53
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputControlMapping
Definition
InputControlMapping.cs:9
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.DPadDownMapping
static InputControlMapping DPadDownMapping(int analog)
Definition
InputDeviceProfile.cs:963
InControl.InputDeviceProfile.Button
static InputControlSource Button(int index)
Definition
InputDeviceProfile.cs:510
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.UnityDeviceProfiles.AndroidTVRemoteUnityProfile.AndroidTVRemoteUnityProfile
AndroidTVRemoteUnityProfile()
Definition
AndroidTVRemoteUnityProfile.cs:45
InControl.UnityDeviceProfiles.AndroidTVRemoteUnityProfile.Define
override void Define()
Definition
AndroidTVRemoteUnityProfile.cs:11
InControl.UnityDeviceProfiles.AndroidTVRemoteUnityProfile
Definition
AndroidTVRemoteUnityProfile.cs:9
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
InControl.UnityDeviceProfiles
Definition
AirFloWiredPS3MacUnityProfile.cs:4
InControl.InputDeviceClass
InputDeviceClass
Definition
InputDeviceClass.cs:7
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
InControl.InputControlSource
Definition
InputControlSource.cs:10
source
InControl
UnityDeviceProfiles
AndroidTVRemoteUnityProfile.cs
Generated by
1.10.0