Function SpatialMaterial.flagsDoNotReceiveShadows
If true
, the object receives no shadow that would otherwise be cast onto it.
bool flagsDoNotReceiveShadows() nothrow @property @nogc;
void flagsDoNotReceiveShadows
(
bool v
) nothrow @property @nogc;