Click or drag to resize

IGameAssetsInstantiate Method

Overload List
  NameDescription
Public methodInstantiate(Int32)
Attempts to instantiate an asset with the specified id. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(Int32)
Attempts to instantiate an asset with the specified id as the genric type. The asset will be loaded before instantiation if necessary.
Public methodInstantiate(String)
Attempts to instantiate an asset with the specified name. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(String)
Attempts to instantiate an asset with the specified name or path as the genric type. The asset will be loaded before instantiation if necessary.
Public methodInstantiate(Int32, Vector3, Quaternion)
Attempts to instantiate an asset with the specified id with the given position and rotation. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(Int32, Vector3, Quaternion)
Attempts to instantiate an asset with the specified id as the generic type with the given position and rotation. The asset will be loaded before instantiation if necessary.
Public methodInstantiate(String, Vector3, Quaternion)
Attempts to instantiate an asset with the specified name with the given position and rotation. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(String, Vector3, Quaternion)
Attempts to instantiate an asset with the specified name or path as the generic type with the given position and rotation. The asset will be loaded before instantiation if necessary.
Top
See Also