Function Area.setCollisionMaskBit

Set/clear individual bits on the collision mask. This simplifies editing which Area layers this Area scans.

void setCollisionMaskBit (
  const(long) bit,
  const(bool) value
) nothrow @nogc;