Exemplo n.º 1
0
 /// <summary>
 ///    Removes the animation with the specified name from this skeleton.
 /// </summary>
 /// <param name="name">Name of the animation to remove.</param>
 /// <returns></returns>
 public virtual void RemoveAnimation(string name)
 {
     animationList.Remove(animationList[name]);
 }