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