Interface IMotionSensor
Interface for Motion sensor.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface IMotionSensor : ISensor, IDisposable
Methods
GetState()
Gets the motion state.
Declaration
MotionState GetState()
Returns
Type | Description |
---|---|
MotionState | Motion state. |