The Transform contains which of the following?

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

The Transform contains which of the following?

Explanation:
The Transform stores the spatial data that defines where and how an object exists in the scene: its position, rotation, and scale. This means the object's location in space, its orientation, and its size along each axis. Rotation is held as a quaternion internally (though you can view and edit in Euler angles), and the Transform system also handles parent–child relationships so a child’s world position is influenced by its parent’s transform. Appearance data like color or texture isn’t part of the Transform; that’s managed by materials on the Renderer. The mesh and its geometry come from the MeshFilter/MeshRenderer components, not the Transform. Velocity isn’t stored in the Transform either—it’s provided by physics components like Rigidbody or computed via scripts.

The Transform stores the spatial data that defines where and how an object exists in the scene: its position, rotation, and scale. This means the object's location in space, its orientation, and its size along each axis. Rotation is held as a quaternion internally (though you can view and edit in Euler angles), and the Transform system also handles parent–child relationships so a child’s world position is influenced by its parent’s transform. Appearance data like color or texture isn’t part of the Transform; that’s managed by materials on the Renderer. The mesh and its geometry come from the MeshFilter/MeshRenderer components, not the Transform. Velocity isn’t stored in the Transform either—it’s provided by physics components like Rigidbody or computed via scripts.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy