public void ShowSelectPanel(Option[] options) { selectView.gameObject.SetActive(true); selectView.Init(options); }