C# Class FlyingAlien

Inheritance: Alien
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Méthode Description
Initialize ( ) : void
IsCellTraversable ( Cell, cell ) : bool
Move ( Cell, destinationCell, List path ) : void

Méthodes protégées

Méthode Description
MovementAnimation ( List path ) : IEnumerator
OnDestroyed ( ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

IsCellTraversable() public méthode

public IsCellTraversable ( Cell, cell ) : bool
cell Cell,
Résultat bool

Move() public méthode

public Move ( Cell, destinationCell, List path ) : void
destinationCell Cell,
path List
Résultat void

MovementAnimation() protected méthode

protected MovementAnimation ( List path ) : IEnumerator
path List
Résultat IEnumerator

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void