示例#1
0
 public void button_cancle_create_custom()
 {
     B_custom.SetActive(false);
 }
示例#2
0
 void Start()
 {
     Bg_sub.SetActive(false);
     B_custom.SetActive(false);
     B_random.SetActive(false);
 }
示例#3
0
 public void button_to_create_custom()
 {
     B_custom.SetActive(true);
 }