GLKViewController.PreferredFramesPerSecond Property

Definition

The desired number of frames per second. Controls the frequency that your Update and Draw methods will be called.

public virtual nint PreferredFramesPerSecond { [Foundation.Export("preferredFramesPerSecond")] get; [Foundation.Export("setPreferredFramesPerSecond:")] set; }
member this.PreferredFramesPerSecond : nint with get, set

Property Value

System.System.IntPtr System.nativeint
Attributes

Applies to