private void InitVariable() { uISelectable = ViewInstance.GetComponentInChildren <UISelectable>(); }
private void ShowView(bool show) { ViewInstance.GetComponent <CanvasGroup>().alpha = show ? 1 : 0; }