Struct MotionState
Describes the motion state.
Implements
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct MotionState : IController
Fields
Orientation
Gets the global orientation of the device in Quaternion.
Declaration
public Quaternion Orientation
Field Value
Type | Description |
---|---|
Quaternion |
OrientationEuler
Gets the global orientation of the device in Euler Angles.
Declaration
public Vector3 OrientationEuler
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 |
|