C# Class AStarXNA.PathFoundEventArgs

Inheritance: System.EventArgs
Show file Open project: dreasgrech/AStarXNA

Public Methods

Method Description
PathFoundEventArgs ( IEnumerable path, int pathLength, int totalExplored ) : System

Method Details

PathFoundEventArgs() public method

public PathFoundEventArgs ( IEnumerable path, int pathLength, int totalExplored ) : System
path IEnumerable
pathLength int
totalExplored int
return System