Class Gyroscope
Assembly: UnityEngine.dll
Syntax
Properties
|
Improve this Doc
View Source
attitude
Declaration
public Quaternion attitude { get; }
Property Value
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
gravity
Declaration
public Vector3 gravity { get; }
Property Value
|
Improve this Doc
View Source
rotationRate
Declaration
public Vector3 rotationRate { get; }
Property Value
|
Improve this Doc
View Source
rotationRateUnbiased
Declaration
public Vector3 rotationRateUnbiased { get; }
Property Value
|
Improve this Doc
View Source
updateInterval
Declaration
public float updateInterval { get; set; }
Property Value
|
Improve this Doc
View Source
userAcceleration
Declaration
public Vector3 userAcceleration { get; }
Property Value
Extension Methods