SCNView.JitteringEnabled Property

Definition

Gets or sets a value that controls whether the scene will be smoothed by combining several views from nearly identical viewpoints that are centered around the actual viewpoint.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool JitteringEnabled { [Foundation.Export("isJitteringEnabled")] get; [Foundation.Export("setJitteringEnabled:")] set; }
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool JitteringEnabled { [Foundation.Export("isJitteringEnabled")] get; [Foundation.Export("setJitteringEnabled:")] set; }
member this.JitteringEnabled : bool with get, set

Property Value

Implements

Attributes

Applies to