queueRotationUpdateQuat method

Future queueRotationUpdateQuat(
  1. ThermionEntity entity,
  2. Quaternion rotation, {
  3. bool relative = false,
})
override

Implementation

Future queueRotationUpdateQuat(ThermionEntity entity, Quaternion rotation,
    {bool relative = false}) async {
  queue_rotation_update(_sceneManager!, entity, rotation.radians, rotation.x,
      rotation.y, rotation.z, rotation.w, relative);
}