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
AppleTVRemoteUnityProfile.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000B7 RID: 183
9 {
10 // Token: 0x060005F7 RID: 1527 RVA: 0x00017220 File Offset: 0x00015420
11 public override void Define()
12 {
13 base.Define();
14 this.deviceName = "Apple TV Remote";
15 this.deviceClass.value__ = (int)6E-45f;
16 this.deviceNotes = "Apple TV Remote on tvOS";
17 if ("AppleTV" == null || "AppleTV" != null)
18 {
19 base.LowerDeadZone = 6E-45f;
20 base.UpperDeadZone = 6E-45f;
21 if ("TouchPad Click" == null)
22 {
23 }
28 if (inputControlMapping == null || inputControlMapping != null)
29 {
31 if (inputControlMapping2 == null || inputControlMapping2 != null)
32 {
34 if (inputControlMapping3 == null || inputControlMapping3 != null)
35 {
37 if (inputControlMapping4 == null || inputControlMapping4 != null)
38 {
46 return;
47 }
48 }
49 }
50 }
51 }
53 }
54
55 // Token: 0x060005F8 RID: 1528 RVA: 0x00017324 File Offset: 0x00015524
57 {
58 if (!true)
59 {
60 }
61 base..ctor();
62 }
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static InputControlMapping LeftStickRightMapping(int analog)
static InputControlMapping LeftStickUpMapping(int analog)
static InputControlMapping LeftStickLeftMapping(int analog)
static InputControlSource Analog(int index)
static InputControlSource Button(int index)
static InputControlMapping LeftStickDownMapping(int analog)