Click or drag to resize

GLMonoBehaviourInstantiate Method

Overload List
  NameDescription
Public methodStatic memberInstantiate(GameObject)
Instantiates a prefab.
Public methodStatic memberInstantiateT(T, GameObject)
Instantiates a prefab and attaches it to the given root.
Public methodStatic memberInstantiate(GameObject, GameObject)
Instantiates a prefab and parents it to the root.
Public methodStatic memberInstantiate(GameObject, Vector3, Quaternion)
Instantiates the specified prefab.
Public methodStatic memberInstantiateT(T, GameObject, Vector3, Quaternion)
Instantiates a prefab, attaches it to the given root, and sets the local position and rotation.
Public methodStatic memberInstantiate(GameObject, GameObject, Vector3, Quaternion)
Instantiates a prefab, attaches it to the given root, and sets the local position and rotation.
Top
See Also