XSGridEditor
1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
|
Public Member Functions | |
virtual List< XSTile > | FindPath (XSTile src, XSTile dest, int totalCost) |
get all paths More... | |
|
inlinevirtual |
get all paths
src | |
totalCost | like move cost, -1 or less than 0 means no limit to move range |