A destructor is present on this object, but not explicitly documented in the source.
Adds one index.
Adds many indices.
Adds one texture coordinate.
Adds many texture coordinates.
Adds one vertex.
Adds many vertices.
Generates the RenderableMesh from the previously defined vertices and makes this valid.
Deletes the mesh from memory and cleans up.
Array of the indices.
Array of the texture coordinates.
Checks if this Mesh can be drawn.
Array of the vertices.
Renderable mesh when create got called. Before its null.
Class for raw geometry.