Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Content.Asset< T > Class Template Referencesealed

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static operator T (Asset< T > asset)
 

Static Public Attributes

static readonly Asset< T > Empty = new Asset<T>("")
 

Package Functions

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

Properties

static T DefaultValue [get, set]
 
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]
 
Action Continuation [get, set]
 
Action IAsset. Continuation [set]
 
Action Wait [get, set]
 

Private Member Functions

void Dispose (bool disposing)
 

Private Attributes

ownValue
 

Detailed Description

Type Constraints
T :class 

Definition at line 7 of file Asset.cs.


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