C# Class AStarXNA.GridCellTypeChangedEventArgs

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

Méthodes publiques

Méthode Description
GridCellTypeChangedEventArgs ( GridCellType oldType, GridCellType newType ) : System

Method Details

GridCellTypeChangedEventArgs() public méthode

public GridCellTypeChangedEventArgs ( GridCellType oldType, GridCellType newType ) : System
oldType GridCellType
newType GridCellType
Résultat System