mixins/path_finding/path_finding_api library
Classes
- PathFindingApi
- API responsible for finding paths using A* and moving the component through them.
Typedefs
- PathFindingFinishCallback = void Function()
- Callback fired when the component finishes moving along the path.