Click or drag to resize

IModAssetLoadAsync Method

Overload List
  NameDescription
Public methodLoadAsync(Boolean)
Attempts to load this IModAsset from the mod asynchronously. This method returns a ModAsyncOperation object which is yieldable and containg information about the loading progress and status.
Public methodLoadAsyncT(Boolean)
Attempts to load this IModAsset from the mod asynchronously. This method returns a ModAsyncOperation object which is yieldable and containg information about the loading progress and status.
Top
See Also