C# 클래스 Simulation.SimulationManager

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: tommai78101/Multiplier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Start ( ) : void
UpdateAttribute ( Toggle toggle ) : void
UpdateEquation ( ) : void
UpdateLevelInfo ( int toggleValue, string equation ) : void
UpdateTeamToggle ( Toggle toggle ) : void

비공개 메소드들

메소드 설명
CheckAttributeToggle ( ) : void
CheckTeamToggle ( ) : void
Initialization ( ) : void
InitializeTeamEquations ( ) : void
SetDefaultLevelInfo ( ) : void
UpdateLevelInfoIteration ( int level, float answer, float previousAnswer ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateAttribute() 공개 메소드

public UpdateAttribute ( Toggle toggle ) : void
toggle Toggle
리턴 void

UpdateEquation() 공개 메소드

public UpdateEquation ( ) : void
리턴 void

UpdateLevelInfo() 공개 메소드

public UpdateLevelInfo ( int toggleValue, string equation ) : void
toggleValue int
equation string
리턴 void

UpdateTeamToggle() 공개 메소드

public UpdateTeamToggle ( Toggle toggle ) : void
toggle Toggle
리턴 void

프로퍼티 상세

blueTeamAttributes 공개적으로 프로퍼티

public AIAttributeManager,SinglePlayer blueTeamAttributes
리턴 SinglePlayer.AIAttributeManager

blueTeamLeaderboard 공개적으로 프로퍼티

public Leaderboard blueTeamLeaderboard
리턴 Leaderboard

contentPane 공개적으로 프로퍼티

public RectTransform,UnityEngine contentPane
리턴 UnityEngine.RectTransform

editTeamToggleGroup 공개적으로 프로퍼티

public ToggleGroup,UnityEngine.UI editTeamToggleGroup
리턴 UnityEngine.UI.ToggleGroup

equationInputField 공개적으로 프로퍼티

public InputField equationInputField
리턴 InputField

isEditingYellowTeam 공개적으로 프로퍼티

public bool isEditingYellowTeam
리턴 bool

labelName 공개적으로 프로퍼티

public Text,UnityEngine.UI labelName
리턴 UnityEngine.UI.Text

levelInfoPrefab 공개적으로 프로퍼티

public GameObject levelInfoPrefab
리턴 GameObject

simulationStarter 공개적으로 프로퍼티

public SimulationStarter,Simulation simulationStarter
리턴 SimulationStarter

teamEquations 공개적으로 프로퍼티

public EquationInfo[],Simulation teamEquations
리턴 Simulation.EquationInfo[]

unitAttributeToggleGroup 공개적으로 프로퍼티

public ToggleGroup,UnityEngine.UI unitAttributeToggleGroup
리턴 UnityEngine.UI.ToggleGroup

yellowTeamAttributes 공개적으로 프로퍼티

public AIAttributeManager,SinglePlayer yellowTeamAttributes
리턴 SinglePlayer.AIAttributeManager

yellowTeamLeaderboard 공개적으로 프로퍼티

public Leaderboard yellowTeamLeaderboard
리턴 Leaderboard