Exemple #1
0
 // returns if the current animation is completed or not, this will return true for looped animations if the time has passed the duration of 1 single complete play.
 public bool IsComplete()
 {
     return(animation.IsComplete());
 }