Function MeshInstance2D.mesh

The Mesh that will be drawn by the MeshInstance2D.

Mesh mesh() nothrow @property @nogc;

void mesh (
  Mesh v
) nothrow @property @nogc;