Mesh:getVertexStride

Edit

Returns the stride of the Mesh, which is the number of bytes used by each vertex.

stride = Mesh:getVertexStride()

Arguments

None

Returns

NameTypeDescription
stridenumber The stride of the Mesh, in bytes.

See also