Function SpatialMaterial.flagsDisableAmbientLight

If true, the object receives no ambient light.

bool flagsDisableAmbientLight() nothrow @property @nogc;

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