C# Class ctac.TilePieceIndicatorialView

Inheritance: strange.extensions.mediation.impl.View
Mostra file Open project: dshook/centauri-tac

Public Methods

Method Description
SetStatus ( bool newStatus, bool isEnemy = null ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
SetColor ( Color color ) : void
Update ( ) : void

Method Details

SetStatus() public method

public SetStatus ( bool newStatus, bool isEnemy = null ) : void
newStatus bool
isEnemy bool
return void

Start() protected method

protected Start ( ) : void
return void