Share via


SCNGeometry.Materials Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SceneKit.SCNMaterial[] Materials { [Foundation.Export("materials", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setMaterials:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("materials", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setMaterials:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Materials : SceneKit.SCNMaterial[] with get, set

Property Value

Attributes

Applies to