Receive hardware motions events.
Remarks
The CoreMotion API allows developers to get hardware events from the built-in accelerometer and gyroscopes.
| Type | Reason |
|---|
| CMAccelerometerData | An accelerometer event, encapsulates an instance of MonoTouch.CoreMotion.CMAcceleration |
| CMAttitude | Used to pull spacial information from the device in either quaternion, rotation matrix or with 3D angles (roll, pitch and yaw). |
| CMDeviceMotion | Encapsulates Attitude, Rotation Rate and Acceleration of the device. |
| CMGyroData | A single measurement of the device rotation rate. |
| CMLogItem | Base class for CMAccelerometerData, CMDeviceMotion and CMGyroData, it is used to attach a timestamp to these events. |
| CMMotionManager | Core class that provides access to the motion services in iOS. |
| Type | Reason |
|---|
| CMError | Type for CoreMotion errors. |