Interface ICompassSensor
This class represents a sensor of type compass. It measures the angle between the device and the north.
public interface ICompassSensor : ISensorDevice, IInputDevice
- Inherited Members
Properties
Heading
Gets the value of north heading, that is the angle (in radian) between the top of the device and north.
float Heading { get; }