CMMotionManager.StartGyroUpdates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StartGyroUpdates() |
Requests that the gyroscope begin delivering data updates. |
StartGyroUpdates(NSOperationQueue, CMGyroHandler) |
Requests that the gyroscope begin delivering data updates. |
StartGyroUpdates()
Requests that the gyroscope begin delivering data updates.
[Foundation.Export("startGyroUpdates")]
public virtual void StartGyroUpdates ();
abstract member StartGyroUpdates : unit -> unit
override this.StartGyroUpdates : unit -> unit
- Attributes
Applies to
StartGyroUpdates(NSOperationQueue, CMGyroHandler)
Requests that the gyroscope begin delivering data updates.
[Foundation.Export("startGyroUpdatesToQueue:withHandler:")]
public virtual void StartGyroUpdates (Foundation.NSOperationQueue toQueue, CoreMotion.CMGyroHandler handler);
abstract member StartGyroUpdates : Foundation.NSOperationQueue * CoreMotion.CMGyroHandler -> unit
override this.StartGyroUpdates : Foundation.NSOperationQueue * CoreMotion.CMGyroHandler -> unit
Parameters
- toQueue
- NSOperationQueue
- handler
- CMGyroHandler
- Attributes