C# Class TeamRoundsPickOneSchedulerFeedback, SRPGCK

Inheritance: MonoBehaviour
Afficher le fichier Open project: JoeOsborn/SRPGCK

Méthodes publiques

Свойство Type Description
activeColor Color
alreadyUsedColor Color
wrongTeamColor Color

Protected Properties

Свойство Type Description
map Map,
standardColor Color

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
RoundBegan ( int newTeamID ) : void
RoundEnded ( int teamID ) : void
Start ( ) : void
Update ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

RoundBegan() public méthode

public RoundBegan ( int newTeamID ) : void
newTeamID int
Résultat void

RoundEnded() public méthode

public RoundEnded ( int teamID ) : void
teamID int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

activeColor public_oe property

public Color activeColor
Résultat Color

alreadyUsedColor public_oe property

public Color alreadyUsedColor
Résultat Color

map protected_oe property

protected Map, map
Résultat Map,

standardColor protected_oe property

protected Color standardColor
Résultat Color

wrongTeamColor public_oe property

public Color wrongTeamColor
Résultat Color