Skip to content

TransformValue

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:25

Aggregate transform value covering the three subgroups rendered by TransformControl. Rotation is expressed in Euler degrees.

Properties

position

position: Vec3

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:26


rotation

rotation: Vec3

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:27


scale

scale: Vec3

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:28