unity點擊隱藏事件

方法1:Button方法 private bool isOn = false;//文本 public GameObject image; //but方法 public void Chick1() { if (!isOn) { image.SetActive(true); isOn = !isOn; } else { image.SetActive(false); isOn = !isOn; } }
相關文章
相關標籤/搜索