Skip to main content
Version: 4.0.0

Transform

The Transform component allows you to manipulate an object's position, rotation and size.

Transform component

Transform is a built-in component for all objects and can be found in the Inspector panel.

Properties

PropertyDescription
PositionThe object's coordinates relative to the center of the screen. The default value is (0, 0, 0).
RotationThe object's rotation around the pivot center. The default value is (0, 0, 0).
ScaleStretches the object, distorting its aspect ratio. The default value is (1, 1, 1).

Click the link icon to uniformly scale the X, Y, and Z axes. This will maintain the object's proportions while scaling.