SpatialMaterial.metallic

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

  1. double metallic [@property getter]
  2. double metallic [@property setter]
    struct SpatialMaterial
    @nogc nothrow @property
    void
    metallic
    (
    double v
    )

Meta