withRotation method

UArPose withRotation(
  1. UArQuaternion value
)

Implementation

UArPose withRotation(UArQuaternion value) => UArPose(position: position, rotation: value);