SCNView.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.
Gets or sets the preferred number of frames per second at which to play the scene.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint PreferredFramesPerSecond { [Foundation.Export("preferredFramesPerSecond")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setPreferredFramesPerSecond:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.PreferredFramesPerSecond : nint with get, set
Property Value
System.System.IntPtr
System.nativeint
- Attributes