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 | List of all members
XSSLG.XSAStarPath Class Reference

Public Member Functions

virtual List< XSTileFindPath (XSTile src, XSTile dest, int totalCost)
 get all paths More...
 

Member Function Documentation

◆ FindPath()

virtual List<XSTile> XSSLG.XSAStarPath.FindPath ( XSTile  src,
XSTile  dest,
int  totalCost 
)
inlinevirtual

get all paths

Parameters
src
totalCostlike move cost, -1 or less than 0 means no limit to move range
Returns

The documentation for this class was generated from the following file: