Click or drag to resize

IModAssetInstantiate Method

Overload List
  NameDescription
Public methodInstantiate
Attempts to load this IModAsset and then create an instance of the object for use in game. Combines the behaviour of an asset load request and instantiate call into one for ease of use.
Public methodInstantiateT
Attempts to load this IModAsset and then create an instance of the object for use in game. Combines the behaviour of an asset load request and instantiate call into one for ease of use
Public methodInstantiate(Vector3, Quaternion)
Attempts to load this IModAsset and then create an instance of the object with the specified position and rotation. Combines the behaviour of an asset load request and instantiate call into one for ease of use
Public methodInstantiateT(Vector3, Quaternion)
Attempts to load this IModAsset and then create an instance of the object with the specified position and rotation. Combines the behaviour of an asset load request and instantiate call into one for ease of use
Top
See Also