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

◆ ConstructFromUnityResource< ResourceType >()

static ResourceType Microsoft.Xna.Framework.Content.ContentManager.ConstructFromUnityResource< ResourceType > ( string asset,
ThreadContentRequest::ObjectCreate createFunction )
inlinestatic
Type Constraints
ResourceType :class 

Definition at line 141 of file ContentManager.cs.

141 : class
142 {
143 IntPtr extra_arg;
144 do
145 {
147 extra_arg = createFunction.extra_arg;
148 IntPtr extra_arg2 = createFunction.extra_arg;
149 IntPtr extra_arg3 = createFunction.extra_arg;
150 if (extra_arg == 0)
151 {
152 return;
153 }
154 }
155 while (extra_arg != 0);
156 throw new InvalidCastException();
157 }
class f__AnonymousType0<< Count > j__TPar
static Thread CurrentThread
Definition Thread.cs:381

References System.Threading.Thread.CurrentThread, and j__TPar.