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 InterfaceMovement.ButtonFocus.Update ( )
inlineprivate

Definition at line 10 of file ButtonFocus.cs.

11 {
12 Button focusedButton = base.transform.parent.GetComponent<ButtonManager>().focusedButton;
14 Vector3 position = base.transform.position;
15 Vector3 position2 = focusedButton.transform.position;
16 float deltaTime = Time.deltaTime;
17 }
class f__AnonymousType0<< Count > j__TPar
static float deltaTime
Definition Time.cs:14

References UnityEngine.Time.deltaTime, UnityEngine.Component.GetComponent(), j__TPar, UnityEngine.Transform.parent, UnityEngine.Transform.position, and UnityEngine.Component.transform.