Serialize() public static method

public static Serialize ( Animation animation ) : string
animation Animation
return string
Esempio n. 1
0
 /// <summary>
 /// Convert the animation into its JSON description
 /// </summary>
 /// <returns>JSON description of the animation</returns>
 public override string ToString()
 {
     return(Animation.Serialize(this));
 }