vertexCount
The number of vertices in the mesh.
Declaration
var vertexCount: Int { get set }Discussion
To determine the total data size of a vertex buffer, multiply this value by the stride property of the corresponding layout in the mesh’s vertexDescriptor object.
See Also
Working with Vertex Data
boundingBoxsubmeshesvertexBuffersvertexDescriptorallocatoraddAttribute(withName:format:)addAttribute(withName:format:type:data:stride:)addAttribute(withName:format:type:data:stride:time:)removeAttributeNamed(_:)replaceAttributeNamed(_:with:)updateAttributeNamed(_:with:)addUnwrappedTextureCoordinates(forAttributeNamed:)vertexAttributeData(forAttributeNamed:)vertexAttributeData(forAttributeNamed:as:)