IBuilderInstantiateAsset(Asset, Vector3) Method |
Instantiates the given asset at the given world co-ordinates.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid InstantiateAsset(
Asset asset,
Vector3 location
)
Parameters
- asset Asset
- The asset to instantiate.
- location Vector3
- The world co-ordinates at which to create the asset instance.
See Also