Function Light2D.shadowItemCullMask

The shadow mask. Used with LightOccluder2D to cast shadows. Only occluders with a matching light mask will cast shadows.

long shadowItemCullMask() nothrow @property @nogc;

void shadowItemCullMask (
  long v
) nothrow @property @nogc;