MDLMesh.VertexBuffers Property

Definition

Gets the buffers that contain the vertex data for the mesh.

public virtual ModelIO.IMDLMeshBuffer[] VertexBuffers { [Foundation.Export("vertexBuffers", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 1, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setVertexBuffers:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.VertexBuffers : ModelIO.IMDLMeshBuffer[] with get, set

Property Value

Attributes

Applies to