Interface IMesh
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IMesh
Methods
Draw(int, int)
void Draw(int startVertex, int vertexCount)
Parameters
DrawIndexed(int, int, int)
void DrawIndexed(int startIndex, int indexCount, int baseVertex = 0)
Parameters
ShallowClone()
IMesh ShallowClone()