Struct AccelerometerState
Describes the accelerometer state.
Implements
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct AccelerometerState : IController
Fields
RawAcceleration
Raw acceleration value in G-force.
Declaration
public Vector3 RawAcceleration
Field Value
Type | Description |
---|---|
Vector3 |
SmoothAcceleration
Smooth acceleration value in G-force.
Declaration
public Vector3 SmoothAcceleration
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 |
|