setRotationQuat method
Sets the rotation for entity
to the specified quaternion.
Implementation
@override
Future setRotationQuat(ThermionEntity entity, Quaternion rotation) {
// TODO: implement setRotationQuat
throw UnimplementedError();
}
Sets the rotation for entity
to the specified quaternion.
@override
Future setRotationQuat(ThermionEntity entity, Quaternion rotation) {
// TODO: implement setRotationQuat
throw UnimplementedError();
}