Type alias PathfindingAlgorithm

PathfindingAlgorithm: "Theta*" | "A*"

Enum representing different pathfinding algorithms.

Generated using TypeDoc