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