C# Class PlayerActions, hexciter

Inheritance: InControl.PlayerActionSet
Show file Open project: pR0Ps/hexciter Class Usage Examples

Public Methods

Method Description
Deselect ( ) : void
Destroy ( ) : void
DownAction ( GridPlace, gp ) : void
Flood ( ) : void
UpAction ( ) : void
Update ( ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
validPlace ( GridPlace gp ) : bool

Method Details

Deselect() public method

public Deselect ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

DownAction() public method

public DownAction ( GridPlace, gp ) : void
gp GridPlace,
return void

Flood() public method

public Flood ( ) : void
return void

UpAction() public method

public UpAction ( ) : void
return void

Update() public method

public Update ( ) : void
return void