Function LightOccluder2D.lightMask
The LightOccluder2D's light mask. The LightOccluder2D will cast shadows only from Light2D(s) that have the same light mask(s).
long lightMask() nothrow @property @nogc;
void lightMask
(
long v
) nothrow @property @nogc;