Function SpatialMaterial.metallic

The reflectivity of the object's surface. The higher the value, the more light is reflected.

double metallic() nothrow @property @nogc;

void metallic (
  double v
) nothrow @property @nogc;