Exemplo n.º 1
0
    void FooterSetup()
    {
        footerGroup  = transform.Find("FooterGroup");
        progressBar  = new ProgressBarHelper(footerGroup.transform.Find("ProgressBar").gameObject);
        progressText = new SimpleTextHelper(footerGroup.transform.Find("ProgressText").gameObject);

        clientFooterGroup        = transform.Find("ClientFooterGroup");
        clientFooterHelperButton = clientFooterGroup.Find("Help").GetComponent <UnityEngine.UI.Button>();
        backButtonGroup          = transform.Find("BackToMainMenu");
    }
Exemplo n.º 2
0
 void H_Line1Setup()
 {
     line1Group = headerGroup.Find("Line1Group");
     infoText   = new SimpleTextHelper(line1Group.transform.Find("InfoText").gameObject);
     infoGroup  = new SpriteArrayHelper(line1Group.transform.Find("InfoGroup").gameObject);
 }
Exemplo n.º 3
0
 void LoadingUISetup()
 {
     loadingText = new SimpleTextHelper(transform.Find("LoadingText").gameObject);
 }