Function SpatialMaterial.proximityFadeEnable
If true
, the proximity fade effect is enabled. The proximity fade effect fades out each pixel based on its distance to another object.
bool proximityFadeEnable() nothrow @property @nogc;
void proximityFadeEnable
(
bool v
) nothrow @property @nogc;