IModAssetInstantiate Method |
Name | Description | |
---|---|---|
Instantiate |
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.
| |
InstantiateT |
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
| |
Instantiate(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
| |
InstantiateT(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
|