Interface ISensor
Sensors interface.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public interface ISensor : IDisposable
Properties
Started
Gets a value indicating whether Sensor is started.
Declaration
bool Started { get; }
Property Value
Type | Description |
---|---|
bool |
|
Methods
Exist()
Check if the sensor exist.
Declaration
bool Exist()
Returns
Type | Description |
---|---|
bool | True if sensor exist, false in other case. |
Start()
Starts the sensor.
Declaration
void Start()
Stop()
Stops the sensor.
Declaration
void Stop()