C# Class EpPathFinding.cs.JumpPointFinder

Afficher le fichier Open project: juhgiyo/EpPathFinding.cs Class Usage Examples

Méthodes publiques

Méthode Description
FindPath ( JumpPointParam iParam ) : List
GetFullPath ( List routeFound ) : List

Private Methods

Méthode Description
findNeighbors ( JumpPointParam iParam, Node iNode ) : List
identifySuccessors ( JumpPointParam iParam, Node iNode ) : void
jump ( JumpPointParam iParam, int iX, int iY, int iPx, int iPy ) : EpPathFinding.cs.GridPos
jumpLoop ( JumpPointParam iParam, int iX, int iY, int iPx, int iPy ) : EpPathFinding.cs.GridPos

Method Details

FindPath() public static méthode

public static FindPath ( JumpPointParam iParam ) : List
iParam JumpPointParam
Résultat List

GetFullPath() public static méthode

public static GetFullPath ( List routeFound ) : List
routeFound List
Résultat List