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

◆ Define()

override void InControl.UnityDeviceProfiles.AndroidTVRemoteUnityProfile.Define ( )
inlinevirtual

Reimplemented from InControl.InputDeviceProfile.

Definition at line 11 of file AndroidTVRemoteUnityProfile.cs.

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 }
42 }
class f__AnonymousType0<< Count > j__TPar

References InControl.InputDeviceProfile.Button(), InControl.InputDeviceProfile.DPadDownMapping(), InControl.InputDeviceProfile.DPadLeftMapping(), InControl.InputDeviceProfile.DPadRightMapping(), InControl.InputDeviceProfile.DPadUpMapping(), and j__TPar.