Свойство | Type | Description | |
---|---|---|---|
blueTeamAttributes | |||
blueTeamLeaderboard | Leaderboard | ||
contentPane | |||
editTeamToggleGroup | |||
equationInputField | InputField | ||
isEditingYellowTeam | bool | ||
labelName | |||
levelInfoPrefab | GameObject | ||
simulationStarter | |||
teamEquations | Simulation.EquationInfo[] | ||
unitAttributeToggleGroup | |||
yellowTeamAttributes | |||
yellowTeamLeaderboard | Leaderboard |
Méthode | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
Start ( ) : void | ||
UpdateAttribute ( Toggle toggle ) : void | ||
UpdateEquation ( ) : void | ||
UpdateLevelInfo ( int toggleValue, string equation ) : void | ||
UpdateTeamToggle ( Toggle toggle ) : void |
Méthode | Description | |
---|---|---|
CheckAttributeToggle ( ) : void | ||
CheckTeamToggle ( ) : void | ||
Initialization ( ) : void | ||
InitializeTeamEquations ( ) : void | ||
SetDefaultLevelInfo ( ) : void | ||
UpdateLevelInfoIteration ( int level, float answer, float previousAnswer ) : void |
public UpdateAttribute ( Toggle toggle ) : void | ||
toggle | Toggle | |
Résultat | void |
public UpdateLevelInfo ( int toggleValue, string equation ) : void | ||
toggleValue | int | |
equation | string | |
Résultat | void |
public UpdateTeamToggle ( Toggle toggle ) : void | ||
toggle | Toggle | |
Résultat | void |
public AIAttributeManager,SinglePlayer blueTeamAttributes | ||
Résultat |
public RectTransform,UnityEngine contentPane | ||
Résultat |
public ToggleGroup,UnityEngine.UI editTeamToggleGroup | ||
Résultat |
public SimulationStarter,Simulation simulationStarter | ||
Résultat |
public EquationInfo[],Simulation teamEquations | ||
Résultat | Simulation.EquationInfo[] |
public ToggleGroup,UnityEngine.UI unitAttributeToggleGroup | ||
Résultat |
public AIAttributeManager,SinglePlayer yellowTeamAttributes | ||
Résultat |