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

◆ UpdateAysncLoad()

static void Microsoft.Xna.Framework.Content.ContentManager.UpdateAysncLoad ( )
inlinestatic

Definition at line 101 of file ContentManager.cs.

102 {
103 if (!true)
104 {
105 }
106 if (!true)
107 {
108 }
110 if (!true)
111 {
112 }
113 Debug.Log("Loaded Texture Assets");
114 double totalMilliseconds = (DateTime.Now - now).TotalMilliseconds;
115 }
class f__AnonymousType0<< Count > j__TPar
static void Log(object message)
Definition Debug.cs:51
static DateTime Now
Definition DateTime.cs:530

References j__TPar, UnityEngine.Debug.Log(), and System.DateTime.Now.

Referenced by Microsoft.Xna.Framework.Content.ThreadContentRequest.UpdatingLoading().