hitTest method

  1. @override
bool hitTest(
  1. Vec2D position
)

Implementation

@override
bool hitTest(Vec2D position) => stateMachineController.hitTest(position);