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.XSDijkstraPath Class Reference

Public Member Functions

virtual Dictionary< XSTile, List< XSTile > > FindAllPaths (XSTile src, int totalCost)
 get all paths More...
 

Member Function Documentation

◆ FindAllPaths()

virtual Dictionary<XSTile, List<XSTile> > XSSLG.XSDijkstraPath.FindAllPaths ( XSTile  src,
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: