rotation

open var rotation: Rotation

Orientation in Euler Angles Degrees per axis from 0.0f to 360.0f.

The three-component rotation vector specifies the direction of the rotation axis in degrees. Rotation is applied relative to the component's origin property.

Default is Rotation(x = 0.0f, y = 0.0f, z = 0.0f), specifying no rotation.

Note that modifying the individual components of the returned rotation doesn't have any effect.

See also