예제 #1
0
 public void HandleClear()
 {
     OnDestroyGo = null;
     OnSilenceGo = null;
     FingerTouchEL.Instance.touchBeginGo = null;
     FingerTouchEL.Instance.touchEndGo   = null;
 }
예제 #2
0
 public void OnDestroyGameObject()
 {
     if (OnDestroyGo != null)
     {
         OnDestroyGo(gameObject);
     }
     OnDestroyGo = null;
 }