Version: 5.4

Compass

class in UnityEngine

Cambiar al Manual

Descripción

Interfaz para la funcionalidad de brújula.

Variables

enabledUsed 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().
headingAccuracyAccuracy of heading reading in degrees.
magneticHeadingEl rumbo (heading) en grados relativo al Polo Norte magnético. (Read Only)
rawVectorThe raw geomagnetic data measured in microteslas. (Read Only)
timestampTimestamp (in seconds since 1970) when the heading was last time updated. (Read Only)
trueHeadingEl rumbo (heading) en grados relativo al Polo Norte geográfico. (Read Only)