Click or drag to resize

IModAsset.LoadAsync 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 methodLoadAsync<T>(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