C# Class TowerBase, verthex

Inheritance: MonoBehaviour
Show file Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
modules List
playerNumber int
towerNumber int
towerPoint GameObject

Public Methods

Method Description
GetPlayerNumber ( ) : int
GetTowerNumber ( ) : int
Highlight ( ) : void
SetColor ( Color c ) : void
SetPlayerNumber ( int n ) : void
SetTowerNumber ( int n ) : void
Unhighlight ( ) : void
Update ( ) : void

Method Details

GetPlayerNumber() public method

public GetPlayerNumber ( ) : int
return int

GetTowerNumber() public method

public GetTowerNumber ( ) : int
return int

Highlight() public method

public Highlight ( ) : void
return void

SetColor() public method

public SetColor ( Color c ) : void
c Color
return void

SetPlayerNumber() public method

public SetPlayerNumber ( int n ) : void
n int
return void

SetTowerNumber() public method

public SetTowerNumber ( int n ) : void
n int
return void

Unhighlight() public method

public Unhighlight ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

modules public property

public List modules
return List

playerNumber public property

public int playerNumber
return int

towerNumber public property

public int towerNumber
return int

towerPoint public property

public GameObject towerPoint
return GameObject