GLKViewController.PreferredFramesPerSecond Property
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.
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