C# Class AStarXNA.PathFoundEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: dreasgrech/AStarXNA

Méthodes publiques

Méthode Description
PathFoundEventArgs ( IEnumerable path, int pathLength, int totalExplored ) : System

Method Details

PathFoundEventArgs() public méthode

public PathFoundEventArgs ( IEnumerable path, int pathLength, int totalExplored ) : System
path IEnumerable
pathLength int
totalExplored int
Résultat System