CompassNamespace: UnityEngine
Description

Interface into compass functionality.

Variables
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().
magneticHeading The heading in degrees relative to the magnetic North Pole. (Read Only)
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)
trueHeading The heading in degrees relative to the geographic North Pole. (Read Only)