Exemplo n.º 1
0
 private void InternalAnimate(Anim anim)
 {
     this.anims.Add(anim);
     if (this.anims.Count == 1)
     {
         Service.ViewTimeEngine.RegisterFrameTimeObserver(this);
     }
     anim.Begin();
 }