Interfaz para la funcionalidad de brújula.
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(). |
headingAccuracy | Accuracy of heading reading in degrees. |
magneticHeading | El rumbo (heading) en grados relativo al Polo Norte magnético. (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 | El rumbo (heading) en grados relativo al Polo Norte geográfico. (Read Only) |