Struct GyroscopeState
Describes the gyroscope state.
Implements
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct GyroscopeState : IController
  Fields
RawRotationRate
Gets the raw rotational velocity around axis X, Y and Z of the device, in radians per second.
Declaration
public Vector3 RawRotationRate
  Field Value
| Type | Description | 
|---|---|
| Vector3 | 
SmoothRotationRate
Gets the smothed rotational velocity around axis X, Y and Z of the device, in radians per second.
Declaration
public Vector3 SmoothRotationRate
  Field Value
| Type | Description | 
|---|---|
| Vector3 | 
Properties
IsConnected
Gets or sets a value indicating whether this instance is connected.
Declaration
public bool IsConnected { readonly get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
  |