コード例 #1
0
 public void OnTip(GameObject tipObj, CoDelegate startDel)
 {
     tipObj.SetActive(false);
     mCurObjQueue.Enqueue(new TipWrap(tipObj, startDel));
 }
コード例 #2
0
 public TipWrap(GameObject go, CoDelegate del)
 {
     this.go  = go;
     this.del = del;
 }