MDLMesh.Submeshes Property

Definition

Gets the array of submeshes for this mesh.

public virtual Foundation.NSMutableArray<ModelIO.MDLSubmesh> Submeshes { [Foundation.Export("submeshes", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSubmeshes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
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