Terraria v1.4.4.9
Terraria source code documentation
|
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] |
T | Value [get] |
Action | Continuation [get, set] |
Action IAsset. | Continuation [set] |
Action | Wait [get, set] |
Private Member Functions | |
void | Dispose (bool disposing) |
Private Attributes | |
T | ownValue |