public void showGuidePanel() { if (!init) { Init(); } guidePanel.Show(); }
public void OnPressedGuideButton() { if (canButtonPress == false) { return; } guidePanel.Show(); }
public void OnGuideButtonDown() { guidePanel.Show(); }