Function Light.shadowEnabled

If true, the light will cast shadows.

bool shadowEnabled() nothrow @property @nogc;

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