Table of Contents

Enum SensorState

Namespace
MonoGame.Framework.Devices.Sensors
Assembly
MonoGame.Framework.dll

Defines the state of the sensor.

public enum SensorState

Fields

Disabled = 5

Sensor is disabled.

Initializing = 2

Sensor is initializing.

NoData = 3

Sensor has no data.

NoPermissions = 4

No permissions to use the sensor.

NotSupported = 0

Sensor is not supported.

Ready = 1

Sensor is ready to be used.