Function MeshInstance2D.normalMap

The normal map that will be used if using the default CanvasItemMaterial.

Texture normalMap() nothrow @property @nogc;

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