Area2D.overlapsBody

If true the given body overlaps the Area2D. Note that the result of this test is not immediate after moving objects. For performance, list of overlaps is updated once per frame and before the physics step. Consider using signals instead.

struct Area2D
@nogc nothrow const
bool
overlapsBody

Meta