Area2D.setCollisionMaskBit

Set/clear individual bits on the collision mask. This makes selecting the areas scanned easier.

struct Area2D
@nogc nothrow
void
setCollisionMaskBit
(
in long bit
,
in bool value
)

Meta