Exemple #1
0
 public void Stop()
 {
     isRunning = false;
     isStopped = true;
     animationPlayBack.CancelAsync();
     mListener.OnStop();
 }