C# Class FlyingAlien

Inheritance: Alien
ファイルを表示 Open project: TheJP/GlobalGameJam2016

Public Methods

Method Description
Initialize ( ) : void
IsCellTraversable ( Cell, cell ) : bool
Move ( Cell, destinationCell, List path ) : void

Protected Methods

Method Description
MovementAnimation ( List path ) : IEnumerator
OnDestroyed ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

IsCellTraversable() public method

public IsCellTraversable ( Cell, cell ) : bool
cell Cell,
return bool

Move() public method

public Move ( Cell, destinationCell, List path ) : void
destinationCell Cell,
path List
return void

MovementAnimation() protected method

protected MovementAnimation ( List path ) : IEnumerator
path List
return IEnumerator

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void