C# Class TeamRoundsPickOneSchedulerFeedback, SRPGCK

Inheritance: MonoBehaviour
Show 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 property

public Color activeColor
return Color

alreadyUsedColor public property

public Color alreadyUsedColor
return Color

map protected property

protected Map, map
return Map,

standardColor protected property

protected Color standardColor
return Color

wrongTeamColor public property

public Color wrongTeamColor
return Color