Area2D.setCollisionLayerBit

Set/clear individual bits on the layer mask. This makes getting an area in/out of only one layer easier.

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

Meta