Sandbox Logo

GameObject.Clone

Description

Create a unique copy of the GameObject

Return

GameObject.Clone

GameObject Clone( Transform transform, GameObject parent, bool startEnabled, string name )

Description

Create a unique copy of the GameObject

Return

GameObject.Clone

GameObject Clone()

Description

Create a unique copy of the GameObject

Return

GameObject.Clone

GameObject Clone( Vector3 position )

Description

Create a unique copy of the GameObject

Return

GameObject.Clone

GameObject Clone( Vector3 position, Rotation rotation )

Description

Create a unique copy of the GameObject

Return

GameObject.Clone

GameObject Clone( Vector3 position, Rotation rotation, Vector3 scale )

Description

Create a unique copy of the GameObject

Return

GameObject.Clone

GameObject Clone( GameObject parent, Vector3 position, Rotation rotation, Vector3 scale )

Description

Create a unique copy of the GameObject

Return

User Comments