Function MeshTexture.mesh

Sets the mesh used to draw. It must be a mesh using 2D vertices.

Mesh mesh() nothrow @property @nogc;

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