flixel.path
| .. | |
|---|---|
| FlxDiagonalPathfinder | A basic implementation of FlxPathfinder that allows for different diagonal policies. |
| FlxPath | This is a simple path data container. Basically a list of points that
a |
| FlxPathDrawData | |
| FlxPathSimplifier | |
| FlxPathType | Path behavior controls |
| FlxPathfinder | Used to find paths in a FlxBaseTilemap. extend this class and override
|
| FlxPathfinderData | The path data created whenever a |
| FlxPathfinderDataFactory | Usually just FlxPathfinderData.new, but can be any function that takes a map and 2 indices and returns whatever FlxPathfinderData you're looking for. |
| FlxTilemapDiagonalPolicy | The policy to use with |
| FlxTypedPathfinder | Typed version of |
| FlxTypedPathfinderData | The data used by Pathfinders to "solve" a single pathfinding request. A new Instance gets created whenever you request pathfinder computations. Extend this class if your pathfinding needs require special iterative data. |