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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr PreferredFramesPerSecond { [Foundation.Export("preferredFramesPerSecond")] get; [Foundation.Export("setPreferredFramesPerSecond:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("preferredFramesPerSecond")>]
[<set: Foundation.Export("setPreferredFramesPerSecond:")>]
member this.PreferredFramesPerSecond : nativeint with get, set
Property Value
IntPtr
nativeint
- Attributes