Function Physics2DShapeQueryParameters.collideWithBodies

If true, the query will take PhysicsBody2Ds into account.

bool collideWithBodies() nothrow @property @nogc;

void collideWithBodies (
  bool v
) nothrow @property @nogc;