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
Microsoft.Xna.Framework.Content.ThreadContentRequest Class Reference

Classes

class  ObjectCreate
 
class  ObjectCreate2
 
class  ObjectCreate3
 

Public Member Functions

 ThreadContentRequest (string asset, [Optional] ThreadContentRequest.ObjectCreate createFunction)
 
 ThreadContentRequest (string asset, string asset2, [Optional] ThreadContentRequest.ObjectCreate2 createFunction)
 
 ThreadContentRequest (string asset, string asset2, string asset3, [Optional] ThreadContentRequest.ObjectCreate3 createFunction)
 
global::UnityEngine.Object LoadFromMainThread ()
 
object ConstructFromMainThread ()
 

Static Public Member Functions

staticConstructOnMainThread< T > (string asset, ThreadContentRequest.ObjectCreate createFunction)
 
staticConstructOnMainThread< T > (string asset, string asset2, ThreadContentRequest.ObjectCreate2 createFunction)
 
staticConstructOnMainThread< T > (string asset, string asset2, string asset3, ThreadContentRequest.ObjectCreate3 createFunction)
 
static global::UnityEngine.Object Load (string asset)
 
static void UpdatingLoading ()
 

Private Member Functions

void BeginLoad ()
 
bool UpdateLoad ()
 

Static Private Member Functions

static ThreadContentRequest ()
 

Private Attributes

object _lockObject
 
readonly string _asset
 
readonly string _asset2
 
readonly string _asset3
 
ResourceRequest _loadRequest
 
ResourceRequest _loadRequest2
 
ResourceRequest _loadRequest3
 
global::UnityEngine.Object _resource
 
global::UnityEngine.Object _resource2
 
global::UnityEngine.Object _resource3
 
bool _loaded
 
ThreadContentRequest.ObjectCreate _createFunction
 
ThreadContentRequest.ObjectCreate2 _createFunction2
 
ThreadContentRequest.ObjectCreate3 _createFunction3
 
object _constructedObject
 

Static Private Attributes

static ConcurrentQueue< ThreadContentRequest_pendingRequests
 
static List< ThreadContentRequest_activeRequests
 

Detailed Description

Definition at line 12 of file ThreadContentRequest.cs.


The documentation for this class was generated from the following file: