/// <summary>
 ///     Clear out all animations
 /// </summary>
 public void ResetAnimations()
 {
     m_animations.Clear();
 }