Свойство | Тип | Описание | |
---|---|---|---|
FTSInterface | FieldtripServicesInterfaceMain, | ||
LoadingButton | GameObject | ||
Quality | QualityCheck | ||
StatusText | UnityEngine.UI.Text | ||
cueButton | UnityEngine.UI.Text | ||
cuePanel | GameObject | ||
cueText | UnityEngine.UI.Text | ||
currentRestDuration | float | ||
loadingPanel | GameObject | ||
mainPanel | GameObject | ||
optionsPanel | GameObject | ||
qualityPanel | GameObject | ||
questionairePanel | GameObject | ||
questionnaireAnswerLeftText | UnityEngine.UI.Text | ||
questionnaireAnswerRightText | UnityEngine.UI.Text | ||
questionnaireQuestionText | UnityEngine.UI.Text | ||
questionnaireSlider | UnityEngine.UI.Slider | ||
restCueText | UnityEngine.UI.Text | ||
restStage | GameObject | ||
scorePanel | GameObject | ||
scoreText | UnityEngine.UI.Text | ||
sfx_ding | AudioSource | ||
trainingStage | GameObject |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
ConnectServices ( ) : void | ||
DisconnectServices ( ) : void | ||
Hide ( GameObject obj ) : void | ||
HideAll ( ) : void | ||
HideAllBut ( GameObject obj ) : void | ||
Quit ( ) : void | ||
RefreshServices ( ) : void | ||
Show ( GameObject obj ) : void | ||
ShutDown ( ) : IEnumerator | ||
createQuestion ( string content ) : void | ||
logScore ( float score ) : void | ||
nextStage ( ) : void | ||
previousStage ( ) : void | ||
toggleOptionsPanel ( bool toggle ) : void |
Метод | Описание | |
---|---|---|
nextStageInner ( ) : IEnumerable |
public HideAllBut ( GameObject obj ) : void | ||
obj | GameObject | |
Результат | void |
public createQuestion ( string content ) : void | ||
content | string | |
Результат | void |
public toggleOptionsPanel ( bool toggle ) : void | ||
toggle | bool | |
Результат | void |
public FieldtripServicesInterfaceMain, FTSInterface | ||
Результат | FieldtripServicesInterfaceMain, |
public UnityEngine.UI.Text questionnaireAnswerLeftText | ||
Результат | UnityEngine.UI.Text |
public UnityEngine.UI.Text questionnaireAnswerRightText | ||
Результат | UnityEngine.UI.Text |
public UnityEngine.UI.Text questionnaireQuestionText | ||
Результат | UnityEngine.UI.Text |
public UnityEngine.UI.Slider questionnaireSlider | ||
Результат | UnityEngine.UI.Slider |