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