drawMesh method

void drawMesh(
  1. Mesh mesh
)

Implementation

void drawMesh(Mesh mesh) {
  mesh.draw(this);
}