Function VisualServerSingleton.lightSetCullMask

Sets the cull mask for this Light. Lights only affect objects in the selected layers. Equivalent to Light.lightCullMask.

void lightSetCullMask (
  const(RID) light,
  const(long) mask
) nothrow @nogc;