Show / Hide Table of Contents

Class Gyroscope

Inheritance
Object
Gyroscope
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 Gyroscope

Properties

| Improve this Doc View Source

attitude

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

enabled

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

gravity

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

rotationRate

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

rotationRateUnbiased

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

updateInterval

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

userAcceleration

Declaration
public Vector3 userAcceleration { get; }
Property Value
Type Description
Vector3

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