View source
typedef FlxPathfinderDataFactory<Tilemap, Data>
package flixel.path
import flixel.path.FlxPathfinder
Available on all platforms
Usually just FlxPathfinderData.new, but can be any function that takes a map and 2 indices and returns whatever FlxPathfinderData you're looking for.
Available since
5.0.0
.Alias
alias for
(map:Tilemap, startIndex:Int, endIndex:Int) ‑> Data