Class Compass
Assembly: UnityEngine.dll
Syntax
Properties
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
headingAccuracy
Declaration
public float headingAccuracy { get; }
Property Value
|
Improve this Doc
View Source
magneticHeading
Declaration
public float magneticHeading { get; }
Property Value
|
Improve this Doc
View Source
rawVector
Declaration
public Vector3 rawVector { get; }
Property Value
|
Improve this Doc
View Source
timestamp
Declaration
public double timestamp { get; }
Property Value
|
Improve this Doc
View Source
trueHeading
Declaration
public float trueHeading { get; }
Property Value
Extension Methods