IModAssetsLoad Method |
Name | Description | |
---|---|---|
![]() | Load(Int32) |
Attempts to load an asset with the specified id from the mod.
Note that this method will simply load the asset without creating an instance.
|
![]() | LoadT(Int32) |
Attempts to load an asset with the specified id from the mod.
Note that this method will simply load the asset without creating an instance.
|
![]() | Load(String) |
Attempts to load an asset with the specified name or path from the mod.
Note that this method will simply load the asset without creating an instance.
|
![]() | LoadT(String) |
Attempts to load an asset with the specified name or path from the mod.
Note that this method will simply load the asset without creating an instance.
|