isTouching method

bool isTouching()

Is this contact touching

Implementation

bool isTouching() => (flags & touchingFlag) == touchingFlag;