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