SensorType
Description:
[ CCode ( cname = "sfSensorType" , cprefix = "sfSensor" ) ]
public enum SensorType
Content:
Enum values:
- Accelerometer - Measures the raw
acceleration (m/s^2)
- Count - Keep last -- the total number of sensor
types
- Gravity - Measures the direction and
intensity of gravity, independent of device acceleration (m/s^2)
- Gyroscope - Measures the raw rotation rates
(degrees/s)
- Magnetometer - Measures the ambient
magnetic field (micro-teslas)
- Orientation - Measures the absolute 3D
orientation (degrees)
- UserAcceleration - Measures the
direction and intensity of device acceleration, independent of the gravity (m/s^2)