IModAssets.LoadWithSubAssets Method |
Name | Description | |
---|---|---|
![]() | LoadWithSubAssets(Int32) |
Attempts to load an asset with the specified id from the mod along with all sub assets.
The return array represents all sub assets of the specfied parent asset.
|
![]() | LoadWithSubAssets<T>(Int32) |
Attempts to load an asset with the specified id from the mod along with all sub assets of the specified generic type.
The return array represents all sub assets of the specified parent asset.
|
![]() | LoadWithSubAssets(String) |
Attempts to load an asset with the specified name or path from the mod along with all sub assets.
The return array represents all sub assets of the specified parent asset.
|
![]() | LoadWithSubAssets<T>(String) |
Attempts to load an asset with the specified name or path from the mod along with all sub assets of the specified generic type.
The return array represents all sub assets of the specified parent asset
|