Click or drag to resize

IModAssetLoadWithSubAssetsAsync Method

Overload List
  NameDescription
Public methodLoadWithSubAssetsAsync(Boolean)
Attempts to load this IModAsset with all associated sub assets from the mod asynchronously. This method returns a ModAsyncOperation object which is yieldable and containg information about the loading progress and status. The main asset will be loaded into AssetObject.
Public methodLoadWithSubAssetsAsyncT(Boolean)
Attempts to load this IModAsset with all associated sub assets from the mod asynchronously. This method returns a ModAsyncOperation object which is yieldable and containg information about the loading progress and status. The main asset will be loaded into AssetObject.
Top
See Also