Example #1
0
 public void GoToFrame(int frame)
 {
     _window.GetSequenceEditor().SetCurrentFrame(frame);
     if (_window.IsPlaying)
     {
         _window.Pause();
     }
     FUtility.RepaintGameView();
 }