C# Class TeamRoundsPickOneSchedulerFeedback, SRPGCK

Inheritance: MonoBehaviour
Mostra file Open project: JoeOsborn/SRPGCK

Public Properties

Property Type Description
activeColor Color
alreadyUsedColor Color
wrongTeamColor Color

Protected Properties

Property Type Description
map Map,
standardColor Color

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
RoundBegan ( int newTeamID ) : void
RoundEnded ( int teamID ) : void
Start ( ) : void
Update ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

RoundBegan() public method

public RoundBegan ( int newTeamID ) : void
newTeamID int
return void

RoundEnded() public method

public RoundEnded ( int teamID ) : void
teamID int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

activeColor public_oe property

public Color activeColor
return Color

alreadyUsedColor public_oe property

public Color alreadyUsedColor
return Color

map protected_oe property

protected Map, map
return Map,

standardColor protected_oe property

protected Color standardColor
return Color

wrongTeamColor public_oe property

public Color wrongTeamColor
return Color