C# Class TowerBase, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
modules List
playerNumber int
towerNumber int
towerPoint GameObject

Méthodes publiques

Méthode 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 méthode

public GetPlayerNumber ( ) : int
Résultat int

GetTowerNumber() public méthode

public GetTowerNumber ( ) : int
Résultat int

Highlight() public méthode

public Highlight ( ) : void
Résultat void

SetColor() public méthode

public SetColor ( Color c ) : void
c Color
Résultat void

SetPlayerNumber() public méthode

public SetPlayerNumber ( int n ) : void
n int
Résultat void

SetTowerNumber() public méthode

public SetTowerNumber ( int n ) : void
n int
Résultat void

Unhighlight() public méthode

public Unhighlight ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

modules public_oe property

public List modules
Résultat List

playerNumber public_oe property

public int playerNumber
Résultat int

towerNumber public_oe property

public int towerNumber
Résultat int

towerPoint public_oe property

public GameObject towerPoint
Résultat GameObject