ModAssetsLoadAsync Method |
| Name | Description | |
|---|---|---|
| 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.
|