Click or drag to resize

IModAssets.LoadWithSubAssets Method

Overload List
  NameDescription
Public methodLoadWithSubAssets(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.
Public methodLoadWithSubAssets<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.
Public methodLoadWithSubAssets(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.
Public methodLoadWithSubAssets<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
Top
See Also