public void ShowMainView() { /*_Hero.Instance.GetComponent<WallpaperHandler>().OnShow();*/ isBlock = false; if (OnExitDanceView != null) { OnExitDanceView(); } HandleOnShow(acceView); navigationBar.OnInit(); /*_BasicInputManager.Instance.Input_Y_Area_Factor = new Vector2(0.2f, 0.9f);*/ _BasicInputManager.Instance.Input_Y_Area_Factor = new Vector2(0.3f, 0.9f); mCamControllor.BackToInitPoint(); mRotControllor.BackToInitPoint(); mRotControllor.isRotatable = true; }