C# 클래스 AStarXNA.GridCellTypeChangedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: dreasgrech/AStarXNA

공개 메소드들

메소드 설명
GridCellTypeChangedEventArgs ( GridCellType oldType, GridCellType newType ) : System

메소드 상세

GridCellTypeChangedEventArgs() 공개 메소드

public GridCellTypeChangedEventArgs ( GridCellType oldType, GridCellType newType ) : System
oldType GridCellType
newType GridCellType
리턴 System