IModAssetInstantiate Method |
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.
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Return Value
Type:
ObjectAn instance of the Object class representing the instantiated asset
Exceptions See Also