Bearbeiten

Freigeben über


CMMotionManager.StartGyroUpdates Method

Definition

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

handler
CMGyroHandler
Attributes

Applies to