IModAssetsLoadAsync Method |
| Name | Description | |
|---|---|---|
| LoadAsync(Int32) |
Attempts to load an asset with the specified id from the mod asynchronously.
Note that this method will simple load the asset without creating an instance.
| |
| LoadAsyncT(Int32) |
Attempts to load an asset with the specified id from the mod asynchronously.
Note that this method will simple load the asset without creating an instance.
| |
| LoadAsync(String) |
Attempts to load an asset with the specified name or path from the mod asynchronously.
Note that this method will simple load the asset without creating an instance.
| |
| LoadAsyncT(String) |
Attempts to load an asset with the specified name or path from the mod asynchronously.
Note that this method will simple load the asset without creating an instance.
|