Exemple #1
0
 public void showGuidePanel()
 {
     if (!init)
     {
         Init();
     }
     guidePanel.Show();
 }
Exemple #2
0
    public void OnPressedGuideButton()
    {
        if (canButtonPress == false)
        {
            return;
        }

        guidePanel.Show();
    }
Exemple #3
0
 public void OnGuideButtonDown()
 {
     guidePanel.Show();
 }