PhysicsBody2D.setCollisionMaskBit

Sets individual bits on the collisionMask bitmask. Use this if you only need to change one layer's value.

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

Meta