コード例 #1
0
 /// <summary>
 ///	Plays Current, checks if new play is available
 /// </summary>
 /// <returns></returns>
 public void Play(QSprite s, float time)
 {
     s.Source = CurrentFrame.Play(time);
 }
コード例 #2
0
 /// <summary>
 ///	Plays Current, checks if new play is available
 /// </summary>
 /// <returns></returns>
 public void Play(QSprite s)
 {
     s.Source = CurrentFrame.Play(QTime.Delta);
 }