mixins/path_finding/path_finding library

Classes

PathFindingApi
API responsible for finding paths using A* and moving the component through them.

Mixins

WithPathFinding
Mixin 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.