C# 클래스 MovementEventArgs

상속: EventArgs
파일 보기 프로젝트 열기: TheJP/GlobalGameJam2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestinationCell Cell,
OriginCell Cell,
Path List

공개 메소드들

메소드 설명
MovementEventArgs ( Cell, sourceCell, Cell, destinationCell, List path ) : UnityEngine

메소드 상세

MovementEventArgs() 공개 메소드

public MovementEventArgs ( Cell, sourceCell, Cell, destinationCell, List path ) : UnityEngine
sourceCell Cell,
destinationCell Cell,
path List
리턴 UnityEngine

프로퍼티 상세

DestinationCell 공개적으로 프로퍼티

public Cell, DestinationCell
리턴 Cell,

OriginCell 공개적으로 프로퍼티

public Cell, OriginCell
리턴 Cell,

Path 공개적으로 프로퍼티

public List Path
리턴 List