C# (CSharp) flxSharp.flxSharp FlxPath - 2 examples found. These are the top rated real world C# (CSharp) examples of flxSharp.flxSharp.FlxPath extracted from open source projects. You can rate examples to help us improve the quality of examples.
This is a simple path data container. Basically a list of points that a FlxObject can follow. Also has code for drawing debug visuals. FlxTilemap.findPath() returns a path object, but you can also just make your own, using the add() functions below or by creating your own array of points.