Share via


MDLMesh.VertexBuffers Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ModelIO.IMDLMeshBuffer[] VertexBuffers { [Foundation.Export("vertexBuffers", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setVertexBuffers:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("vertexBuffers", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setVertexBuffers:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.VertexBuffers : ModelIO.IMDLMeshBuffer[] with get, set

Property Value

Attributes

Applies to