SpawnerSpawn Method

Overload List

Spawn(Int32) Spawn an new game object from index for all Users in the Room.
Spawn(String) Spawn a new object from name for all Users in the Room.
Spawn(Int32, Vector3) Spawn an new game object from index for all Users in the Room with position.
Spawn(String, Vector3) Spawn a new object from name for all Users in the Room with position.
Spawn(Int32, Vector3, Quaternion) Spawn a new game object from index for all Users in the Room using position and eular angles rotation.
Spawn(Int32, Vector3, Vector3) Spawn an new game object from index for all Users in the Room using position and rotation.
Spawn(String, Vector3, Quaternion) Spawn a new object from name for all Users in the Room using position and rotation.
Spawn(String, Vector3, Vector3) Spawn a new object from name for all Users in the Room using position and euler angles rotation.
Spawn(Int32, Vector3, Quaternion, Vector3) Spawn an new object for all Users in the Room using position, rotation, and scale.
Spawn(Int32, Vector3, Vector3, Vector3) Spawn an new game object from index for all Users in the Room using position, rotation, and scale.
Spawn(String, Vector3, Quaternion, Vector3) Spawn a new object from name for all Users in the Room using position, rotation, and scale.
Spawn(String, Vector3, Vector3, Vector3) Spawn an new object from name for all Users in the Room using position, euler angles rotation, and scale.

See Also