C# Class AStarCost, tutorials

Afficher le fichier Open project: poeticmatter/tutorials Class Usage Examples

Méthodes publiques

Méthode Description
getCost ( int toX, int toY, int fromX, int fromY ) : float

Method Details

getCost() public méthode

public getCost ( int toX, int toY, int fromX, int fromY ) : float
toX int
toY int
fromX int
fromY int
Résultat float