com.onlineobject.objectnet Namespace

NetworkGameObject..::..NetworkInstantiate Method

Overload List


  Name Description
Public method Static member NetworkInstantiate(GameObject, Vector3, Quaternion, Vector3, GameObject%)
Instantiates a GameObject over the network and sets its position, rotation, and scale.
Public method Static member NetworkInstantiate(GameObject, Vector3, Quaternion, Vector3)
Instantiates a GameObject over the network and sets its position, rotation, and scale.
Public method Static member NetworkInstantiate(GameObject, Vector3, Quaternion)
Instantiates a GameObject over the network and sets its position and rotation.
Public method Static member NetworkInstantiate(GameObject, Vector3)
Instantiates a GameObject over the network and sets its position.
Public method Static member NetworkInstantiate(GameObject)
Instantiates a GameObject over the network using its default position and rotation.