collideConnected property

bool collideConnected

Get collide connected. Note: modifying the collide connect flag won't work correctly because the flag is only checked when fixture AABBs begin to overlap.

Implementation

bool get collideConnected => _collideConnected;