terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Content.ThreadContentRequest Class Reference
+ Collaboration diagram for Microsoft.Xna.Framework.Content.ThreadContentRequest:

Public Member Functions

 ThreadContentRequest (string asset, ThreadContentRequest.ObjectCreate createFunction=null)
 
 ThreadContentRequest (string asset, string asset2, ThreadContentRequest.ObjectCreate2 createFunction=null)
 
 ThreadContentRequest (string asset, string asset2, string asset3, ThreadContentRequest.ObjectCreate3 createFunction=null)
 
global::UnityEngine.Object LoadFromMainThread ()
 
object ConstructFromMainThread ()
 
delegate object ObjectCreate (global::UnityEngine.Object asset)
 
delegate object ObjectCreate2 (global::UnityEngine.Object asset, global::UnityEngine.Object asset2)
 
delegate object ObjectCreate3 (global::UnityEngine.Object asset, global::UnityEngine.Object asset2, global::UnityEngine.Object asset3)
 

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: