Beispiel #1
0
 protected void AnimationFrameUpdate()
 {
     framecounter.Update();
     if (framecounter.IsCall)
     {
         animation.ChangeFrame(true);
     }
 }