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

Definition at line 182 of file XNAUnityRunner.cs.

183 {
184 if (!true)
185 {
186 }
188 float deltaTime = Time.deltaTime;
189 this.ExecuteFrame(deltaTime);
190 }
static void Update()
static float deltaTime
Definition Time.cs:14
void ExecuteFrame(float timeDelta)

References UnityEngine.Time.deltaTime, ExecuteFrame(), and ThreadManager.Update().