class flixel.plugin.PathManager extends FlxPlugin
Available on all platforms
Instance Fields
function add(Path:FlxPath):Void
Add a path to the path debug display manager. * Usually called automatically by FlxPath's constructor. * *
Path | The FlxPath you want to add to the manager. |
Called by FlxG.plugins.draw() after the game state has been drawn. * Cycles through cameras and calls drawDebug() on each one.