GLMonoBehaviourInstantiate Method |
| Name | Description | |
|---|---|---|
| Instantiate(GameObject) |
Instantiates a prefab.
| |
| InstantiateT(T, GameObject) |
Instantiates a prefab and attaches it to the given root.
| |
| Instantiate(GameObject, GameObject) |
Instantiates a prefab and parents it to the root.
| |
| Instantiate(GameObject, Vector3, Quaternion) |
Instantiates the specified prefab.
| |
| InstantiateT(T, GameObject, Vector3, Quaternion) |
Instantiates a prefab, attaches it to the given root, and
sets the local position and rotation.
| |
| Instantiate(GameObject, GameObject, Vector3, Quaternion) |
Instantiates a prefab, attaches it to the given root, and
sets the local position and rotation.
|