SpatialMaterial.refractionEnabled

If true, the refraction effect is enabled. Distorts transparency based on light from behind the object.

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

Meta