ModAssets Methods |
The ModAssets type exposes the following members.
Name | Description | |
---|---|---|
HasAsset |
Returns true if any loaded mod conatins an asset with the specified name.
| |
Load(String) |
Attempts to load an asset from a loaded mod.
This method will check all loaded mods for an asset with the specified name.
| |
LoadT(String) |
Attempts to load an asset from a loaded mod and return the value as the specified generic type.
This method will check all loaded mods for an asset with the specified name.
| |
LoadAsync(String) |
Attempts to load an asset from a loaded mod asynchronously.
This method will check all loaded mods for an asset with the specified name.
| |
LoadAsyncT(String) |
Attempts to load an asset from a loaded mod asynchronously and return the result as the specified generic type.
This method will check all loaded mods for an asset with the specified name.
|