Function SpatialMaterial.metallicTexture

Texture used to specify metallic for an object. This is multiplied by metallic.

Texture metallicTexture() nothrow @property @nogc;

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