Function SpatialMaterial.refractionEnabled

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

bool refractionEnabled() nothrow @property @nogc;

void refractionEnabled (
  bool v
) nothrow @property @nogc;