Share via


SCNMaterial.DoubleSided Property

Definition

Gets or sets a value that controls whether both faces of a surface should be rendered. Default is false.

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

Property Value

Attributes

Applies to