setRotationQuat method
Sets the rotation for entity
to the specified quaternion.
Implementation
@override
Future<void> setRotationQuat(
ThermionEntity entity, Quaternion rotation) async {
throw UnimplementedError();
// final JSQuaternion jsRotation = rotation.toJSQuaternion().toDart;
// await _shim.setRotationQuat(entity, jsRotation).toDart;
}