NetworkGameObject..::..NetworkInstantiate Method
Overload List
Name | Description | |
---|---|---|
NetworkInstantiate(GameObject, Vector3, Quaternion, Vector3, GameObject%) |
Instantiates a GameObject over the network and sets its position, rotation, and scale.
|
|
NetworkInstantiate(GameObject, Vector3, Quaternion, Vector3) |
Instantiates a GameObject over the network and sets its position, rotation, and scale.
|
|
NetworkInstantiate(GameObject, Vector3, Quaternion) |
Instantiates a GameObject over the network and sets its position and rotation.
|
|
NetworkInstantiate(GameObject, Vector3) |
Instantiates a GameObject over the network and sets its position.
|
|
NetworkInstantiate(GameObject) |
Instantiates a GameObject over the network using its default position and rotation.
|