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