Example #1
0
 public static SkeletonGraphicLoader UpdateSkeletonAnimation(this SkeletonGraphic animation, string name, string[] actions = null, string material = null)
 {
     return(SkeletonGraphicLoader.Load(animation, name, actions));
 }