Which component contains the position, rotation and scale of a GameObject?

Study for the Unity Certified User Artist Test. Prepare using flashcards and multiple choice questions, including hints and explanations. Get ready to excel in your certification exam!

Multiple Choice

Which component contains the position, rotation and scale of a GameObject?

Explanation:
Position, rotation, and scale describe where an object sits in the scene, how it’s oriented, and how big it is. In Unity these spatial properties live on the Transform component, which every GameObject has. The Transform stores both local values (relative to its parent) and world values (relative to the scene) and is the data Unity uses to place, rotate, and size objects during rendering and physics. Other components serve different roles: a Mesh holds the geometry data, a Collider defines the physics shape for collisions, and a Renderer handles drawing the object with its mesh and materials. Since the Transform is the place where spatial data is stored and applied, it’s the correct choice.

Position, rotation, and scale describe where an object sits in the scene, how it’s oriented, and how big it is. In Unity these spatial properties live on the Transform component, which every GameObject has. The Transform stores both local values (relative to its parent) and world values (relative to the scene) and is the data Unity uses to place, rotate, and size objects during rendering and physics. Other components serve different roles: a Mesh holds the geometry data, a Collider defines the physics shape for collisions, and a Renderer handles drawing the object with its mesh and materials. Since the Transform is the place where spatial data is stored and applied, it’s the correct choice.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy