Enum SensorType
Used to specify sensor types to emulate. See https://w3c.github.io/sensors/#automation for more information.
[JsonConverter(typeof(JsonStringEnumConverter<SensorType>))]
public enum SensorType
Fields
AbsoluteOrientation = 0Accelerometer = 1AmbientLight = 2Gravity = 3Gyroscope = 4LinearAcceleration = 5Magnetometer = 6RelativeOrientation = 7