C# Class ShadowLordActor

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

Méthodes publiques

Свойство Type Description
cameraController CameraController,
manager GameManager,

Méthodes publiques

Méthode Description
NextMonster ( ) : bool

Switches to the next monster to be controlled.

Play ( CellGrid, cellGrid ) : void
SelectFirstEnemy ( CellGrid, cellGrid ) : void

Method Details

NextMonster() public méthode

Switches to the next monster to be controlled.
public NextMonster ( ) : bool
Résultat bool

Play() public méthode

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
Résultat void

SelectFirstEnemy() public méthode

public SelectFirstEnemy ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
Résultat void

Property Details

cameraController public_oe property

public CameraController, cameraController
Résultat CameraController,

manager public_oe property

public GameManager, manager
Résultat GameManager,