rotation property

The rotation of this component.

Implementation

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

Implementation

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