Click or drag to resize

IModAssetsLoadAsync Method

Overload List
  NameDescription
Public methodLoadAsync(Int32)
Attempts to load an asset with the specified id from the mod asynchronously. Note that this method will simple load the asset without creating an instance.
Public methodLoadAsyncT(Int32)
Attempts to load an asset with the specified id from the mod asynchronously. Note that this method will simple load the asset without creating an instance.
Public methodLoadAsync(String)
Attempts to load an asset with the specified name or path from the mod asynchronously. Note that this method will simple load the asset without creating an instance.
Public methodLoadAsyncT(String)
Attempts to load an asset with the specified name or path from the mod asynchronously. Note that this method will simple load the asset without creating an instance.
Top
See Also