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