Function RayCast.setCollisionMaskBit
Sets the bit index passed to the value
passed.
Note: Bit indexes range from 0-19.
void setCollisionMaskBit
(
const(long) bit,
const(bool) value
) nothrow @nogc;
Sets the bit index passed to the value
passed.
Note: Bit indexes range from 0-19.
void setCollisionMaskBit
(
const(long) bit,
const(bool) value
) nothrow @nogc;