Area2D.getCollisionMaskBit

Returns an individual bit on the collision mask. Describes whether this area will collide with others on the given layer.

struct Area2D
@nogc nothrow const
bool
getCollisionMaskBit
(
in long bit
)

Meta