Interface IGyroscopeSensor
This class represents a sensor of type Gyroscope. It measures the rotation speed of device along the x/y/z axis.
public interface IGyroscopeSensor : ISensorDevice, IInputDevice
- Inherited Members
Properties
RotationRate
Gets the current rotation speed of the device along x/y/z axis.
Vector3 RotationRate { get; }