Beispiel #1
0
        public void onCompleteCB()
        {
            _tweenProxy.Kill();
            _tweenProxy = null;

            Fsm.Event(onComplete);
            Finish();
        }
Beispiel #2
0
 public override void OnExit()
 {
     if (_tweenProxy != null && StopOnExit.Value)
     {
         _tweenProxy.Kill();
         _tweenProxy = null;
     }
 }