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

◆ Update()

void TouchExample.CubeController.Update ( )
inlineprivate

Definition at line 18 of file CubeController.cs.

19 {
20 if (!true)
21 {
22 }
26 Material material = this.cachedRenderer.material;
27 Color colorFromActionButtons = CubeController.GetColorFromActionButtons(activeDevice);
29 float deltaTime = Time.deltaTime;
30 float <X>k__BackingField = activeDevice.Direction.<X>k__BackingField;
33 float <Y>k__BackingField = activeDevice.Direction.<Y>k__BackingField;
34 }
class f__AnonymousType0<< Count > j__TPar
TwoAxisInputControl Direction
static InputDevice ActiveDevice
static InputDevice Device
static float deltaTime
Definition Time.cs:14

References InControl.InputManager.ActiveDevice, TouchExample.CubeController.cachedRenderer, UnityEngine.Time.deltaTime, InControl.TouchManager.Device, InControl.InputDevice.Direction, TouchExample.CubeController.GetColorFromActionButtons(), j__TPar, UnityEngine.Renderer.material, UnityEngine.Component.transform, InControl.X, and InControl.Y.