Share via


SCNView.DebugOptions Property

Definition

A value that controls which, if any, debug overlays to show in the rendered output.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SceneKit.SCNDebugOptions DebugOptions { [Foundation.Export("debugOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setDebugOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("debugOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setDebugOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.DebugOptions : SceneKit.SCNDebugOptions with get, set

Property Value

Implements

Attributes

Applies to