KudanAR - iOS  1.6.0
ARCMMotionManager Class Reference

#import <ARCMMotionManager.h>

Inherits NSObject.

Class Methods

(CMMotionManager *) + getInstance
 

Detailed Description

A wrapper class for apples CMMotionManager.

Method Documentation

◆ getInstance

+ (CMMotionManager *) getInstance

Returns Apple's CMMotionManager. Use this singleton for recieving device updates as Apple state creating multiple instances of the CMMotionManager can affect the rate at which data is recieved from the accelerometer and gyroscope. The motion manager is initialised with default gyro updates of every 0.05s.


The documentation for this class was generated from the following files: