C# 클래스 FlyingAlien

상속: Alien
파일 보기 프로젝트 열기: TheJP/GlobalGameJam2016

공개 메소드들

메소드 설명
Initialize ( ) : void
IsCellTraversable ( Cell, cell ) : bool
Move ( Cell, destinationCell, List path ) : void

보호된 메소드들

메소드 설명
MovementAnimation ( List path ) : IEnumerator
OnDestroyed ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

IsCellTraversable() 공개 메소드

public IsCellTraversable ( Cell, cell ) : bool
cell Cell,
리턴 bool

Move() 공개 메소드

public Move ( Cell, destinationCell, List path ) : void
destinationCell Cell,
path List
리턴 void

MovementAnimation() 보호된 메소드

protected MovementAnimation ( List path ) : IEnumerator
path List
리턴 IEnumerator

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void