Interface IRotationDriver
public interface IRotationDriver
  - Extension Methods
 
Properties
CanAcceptRotationUpdate
bool CanAcceptRotationUpdate { get; }
  Property Value
Rotation
Rotation Rotation { get; }
  Property Value
Methods
UpdateRotation(Rotation)
void UpdateRotation(Rotation rotation)
  Parameters
rotationRotation
Events
RotationUpdated
event Action<Rotation> RotationUpdated