Click or drag to resize

IModAssetsLoad Method

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