Show / Hide Table of Contents

Class Compass

Inheritance
Object
Compass
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class Compass

Properties

| Improve this Doc View Source

enabled

Declaration
public bool enabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

headingAccuracy

Declaration
public float headingAccuracy { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

magneticHeading

Declaration
public float magneticHeading { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

rawVector

Declaration
public Vector3 rawVector { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

timestamp

Declaration
public double timestamp { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

trueHeading

Declaration
public float trueHeading { get; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX