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
ReLogic.Content.Asset< T > Class Template Referencesealed
+ Inheritance diagram for ReLogic.Content.Asset< T >:

Public Member Functions

void ActionUnityLoad ()
 
void Dispose ()
 

Static Public Member Functions

static operator T (Asset< T > asset)
 

Static Public Attributes

static readonly Asset< T > Empty
 

Package Functions

 Asset (string name)
 
void Unload ()
 
void SubmitLoadedContent (T value, IContentSource source)
 
void SetToLoadingState ()
 

Properties

string Name [get, private set]
 
bool IsLoaded [get]
 
AssetState State [get, private set]
 
bool IsDisposed [get, private set]
 
IContentSource Source [get, private set]
 
Value [get, private set]
 

Private Member Functions

void Dispose (bool disposing)
 

Static Private Member Functions

static Asset ()
 

Private Attributes

string< Namek__BackingField
 
AssetState< Statek__BackingField
 
bool< IsDisposedk__BackingField
 
IContentSource< Sourcek__BackingField
 
T< Valuek__BackingField
 

Detailed Description

Type Constraints
T :class 

Definition at line 9 of file Asset.cs.


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