Exemple #1
0
 public static int IndexOfAnimationType(ABAnimationType type)
 {
     return((int)type);
 }
Exemple #2
0
 public ABAnimation(ABAnimationType type)
 {
     this.Type = type;
 }
Exemple #3
0
 public static string TypeDescription(ABAnimationType type)
 {
     return(Enum.GetName(typeof(ABAnimationType), type));
 }