Function CSGShape.setCollisionLayerBit
Sets individual bits on the layer mask. Use this if you only need to change one layer's value.
void setCollisionLayerBit
(
const(long) bit,
const(bool) value
) nothrow @nogc;