Share via


MDLMesh.Submeshes Property

Definition

Gets the array of submeshes for this mesh.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSMutableArray<ModelIO.MDLSubmesh>? Submeshes { [Foundation.Export("submeshes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSubmeshes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("submeshes", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSubmeshes:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Submeshes : Foundation.NSMutableArray<ModelIO.MDLSubmesh> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to