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
NvidiaShieldRemoteAndroidUnityProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.UnityDeviceProfiles
4
{
5
// Token: 0x020000AB RID: 171
6
[
Preserve
]
7
[
UnityInputDeviceProfile
]
8
public
class
NvidiaShieldRemoteAndroidUnityProfile
:
InputDeviceProfile
9
{
10
// Token: 0x060005DD RID: 1501 RVA: 0x00015B3C File Offset: 0x00013D3C
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"NVIDIA Shield Remote"
;
15
this.deviceNotes
=
"NVIDIA Shield Remote on Android"
;
16
if
(
"Android"
==
null
||
"Android"
!=
null
)
17
{
18
if
(
"A"
==
null
)
19
{
20
}
21
InputControlSource
inputControlSource
=
InputDeviceProfile
.
Button
(0);
22
InputControlMapping
inputControlMapping
=
InputDeviceProfile
.
DPadLeftMapping
(4);
23
if
(
inputControlMapping
==
null
||
inputControlMapping
!=
null
)
24
{
25
InputControlMapping
inputControlMapping2
=
InputDeviceProfile
.
DPadRightMapping
(4);
26
if
(
inputControlMapping2
==
null
||
inputControlMapping2
!=
null
)
27
{
28
InputControlMapping
inputControlMapping3
=
InputDeviceProfile
.
DPadUpMapping
(5);
29
if
(
inputControlMapping3
==
null
||
inputControlMapping3
!=
null
)
30
{
31
InputControlMapping
inputControlMapping4
=
InputDeviceProfile
.
DPadDownMapping
(5);
32
if
(
inputControlMapping4
==
null
||
inputControlMapping4
!=
null
)
33
{
34
return
;
35
}
36
}
37
}
38
}
39
}
40
throw
new
ArrayTypeMismatchException
();
41
}
42
43
// Token: 0x060005DE RID: 1502 RVA: 0x00015BC0 File Offset: 0x00013DC0
44
public
NvidiaShieldRemoteAndroidUnityProfile
()
45
{
46
if
(!
true
)
47
{
48
}
49
base
..ctor();
50
}
51
}
52
}
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.NvidiaShieldRemoteAndroidUnityProfile.NvidiaShieldRemoteAndroidUnityProfile
NvidiaShieldRemoteAndroidUnityProfile()
Definition
NvidiaShieldRemoteAndroidUnityProfile.cs:44
InControl.UnityDeviceProfiles.NvidiaShieldRemoteAndroidUnityProfile.Define
override void Define()
Definition
NvidiaShieldRemoteAndroidUnityProfile.cs:11
InControl.UnityDeviceProfiles.NvidiaShieldRemoteAndroidUnityProfile
Definition
NvidiaShieldRemoteAndroidUnityProfile.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
NvidiaShieldRemoteAndroidUnityProfile.cs
Generated by
1.10.0