rotation property

NotifyingQuaternion get rotation

The rotation of this component.

Implementation

NotifyingQuaternion get rotation => transform.rotation;
set rotation (NotifyingQuaternion rotation)

Implementation

set rotation(NotifyingQuaternion rotation) => transform.rotation = rotation;