MDLMesh.VertexBuffers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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