Share via


SCNProgram.Opaque Property

Definition

Gets or sets a Boolean value that controls whether the program produces opaque renderings.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Opaque { [Foundation.Export("isOpaque")] get; [Foundation.Export("setOpaque:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isOpaque")>]
[<set: Foundation.Export("setOpaque:")>]
member this.Opaque : bool with get, set

Property Value

Attributes

Applies to