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.AmazonFireTVRemoteUnityProfile.Define ( )
inlinevirtual

Reimplemented from InControl.InputDeviceProfile.

Definition at line 11 of file AmazonFireTVRemoteUnityProfile.cs.

12 {
13 base.Define();
14 this.deviceName = "Amazon Fire TV Remote";
15 this.deviceNotes = "Amazon Fire TV Remote on Amazon Fire TV";
16 if ("Amazon AFT" == null || "Amazon AFT" != 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 }
41 }
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.