Ejemplo n.º 1
0
 private void InternalCompleteAnim(Anim anim)
 {
     anim.Complete();
     if (this.anims.Count == 0)
     {
         Service.ViewTimeEngine.UnregisterFrameTimeObserver(this);
     }
 }