containsPoint abstract method

bool containsPoint(
  1. Vector2 point
)

Checks whether the Hitbox contains the point.

Implementation

bool containsPoint(Vector2 point);