Function Physics2DShapeQueryParameters.collideWithBodies
If true
, the query will take PhysicsBody2D
s into account.
bool collideWithBodies() nothrow @property @nogc;
void collideWithBodies
(
bool v
) nothrow @property @nogc;