C# Class Simulation.SimulationManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
blueTeamAttributes SinglePlayer.AIAttributeManager
blueTeamLeaderboard Leaderboard
contentPane UnityEngine.RectTransform
editTeamToggleGroup UnityEngine.UI.ToggleGroup
equationInputField InputField
isEditingYellowTeam bool
labelName UnityEngine.UI.Text
levelInfoPrefab GameObject
simulationStarter SimulationStarter
teamEquations Simulation.EquationInfo[]
unitAttributeToggleGroup UnityEngine.UI.ToggleGroup
yellowTeamAttributes SinglePlayer.AIAttributeManager
yellowTeamLeaderboard Leaderboard

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
UpdateAttribute ( Toggle toggle ) : void
UpdateEquation ( ) : void
UpdateLevelInfo ( int toggleValue, string equation ) : void
UpdateTeamToggle ( Toggle toggle ) : void

Private Methods

Méthode Description
CheckAttributeToggle ( ) : void
CheckTeamToggle ( ) : void
Initialization ( ) : void
InitializeTeamEquations ( ) : void
SetDefaultLevelInfo ( ) : void
UpdateLevelInfoIteration ( int level, float answer, float previousAnswer ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateAttribute() public méthode

public UpdateAttribute ( Toggle toggle ) : void
toggle Toggle
Résultat void

UpdateEquation() public méthode

public UpdateEquation ( ) : void
Résultat void

UpdateLevelInfo() public méthode

public UpdateLevelInfo ( int toggleValue, string equation ) : void
toggleValue int
equation string
Résultat void

UpdateTeamToggle() public méthode

public UpdateTeamToggle ( Toggle toggle ) : void
toggle Toggle
Résultat void

Property Details

blueTeamAttributes public_oe property

public AIAttributeManager,SinglePlayer blueTeamAttributes
Résultat SinglePlayer.AIAttributeManager

blueTeamLeaderboard public_oe property

public Leaderboard blueTeamLeaderboard
Résultat Leaderboard

contentPane public_oe property

public RectTransform,UnityEngine contentPane
Résultat UnityEngine.RectTransform

editTeamToggleGroup public_oe property

public ToggleGroup,UnityEngine.UI editTeamToggleGroup
Résultat UnityEngine.UI.ToggleGroup

equationInputField public_oe property

public InputField equationInputField
Résultat InputField

isEditingYellowTeam public_oe property

public bool isEditingYellowTeam
Résultat bool

labelName public_oe property

public Text,UnityEngine.UI labelName
Résultat UnityEngine.UI.Text

levelInfoPrefab public_oe property

public GameObject levelInfoPrefab
Résultat GameObject

simulationStarter public_oe property

public SimulationStarter,Simulation simulationStarter
Résultat SimulationStarter

teamEquations public_oe property

public EquationInfo[],Simulation teamEquations
Résultat Simulation.EquationInfo[]

unitAttributeToggleGroup public_oe property

public ToggleGroup,UnityEngine.UI unitAttributeToggleGroup
Résultat UnityEngine.UI.ToggleGroup

yellowTeamAttributes public_oe property

public AIAttributeManager,SinglePlayer yellowTeamAttributes
Résultat SinglePlayer.AIAttributeManager

yellowTeamLeaderboard public_oe property

public Leaderboard yellowTeamLeaderboard
Résultat Leaderboard