C# Class ShadowLordActor

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

Public Properties

Property Type Description
cameraController CameraController,
manager GameManager,

Public Methods

Method Description
NextMonster ( ) : bool

Switches to the next monster to be controlled.

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

Method Details

NextMonster() public method

Switches to the next monster to be controlled.
public NextMonster ( ) : bool
return bool

Play() public method

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
return void

SelectFirstEnemy() public method

public SelectFirstEnemy ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
return void

Property Details

cameraController public_oe property

public CameraController, cameraController
return CameraController,

manager public_oe property

public GameManager, manager
return GameManager,