Function MeshTexture.baseTexture

Sets the base texture that the Mesh will use to draw.

Texture baseTexture() nothrow @property @nogc;

void baseTexture (
  Texture v
) nothrow @property @nogc;