|
Interface into compass functionality.
magneticHeading |
The heading in degrees relative to the magnetic North Pole. |
trueHeading |
The heading in degrees relative to the geographic North Pole. |
rawVector |
The raw geomagnetic data measured in microteslas. (Read Only) |
timestamp |
Timestamp (in seconds since 1970) when the heading was last time updated. (Read Only) |
enabled |
Used to enable or disable compass. Note, that if you want Input.compass.trueHeading property to contain a valid value, you must also enable location updates by calling Input.location.Start(). |