PhysicsBody.setCollisionLayerBit

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

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

Meta