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