Function SpatialMaterial.proximityFadeDistance
Distance over which the fade effect takes place. The larger the distance the longer it takes for an object to fade.
double proximityFadeDistance() nothrow @property @nogc;
void proximityFadeDistance
(
double v
) nothrow @property @nogc;