Beispiel #1
0
 public void pushthis()
 {
     //UnityEngine.Debug.Log("进入方法");
     if (simplePool != null)
     {
         //UnityEngine.Debug.Log("simplePool不为空");
         btn.onClick.RemoveAllListeners();
         simplePool.push(this.gameObject);
     }
 }