Exemple #1
0
 public AnimatedTextureSet Clone()
 {
     return(new AnimatedTextureSet {
         Frames = Frames.ConvertAll(frame => frame.Clone()),
         AnimationType = AnimationType,
         Fps = Fps,
         UvRotate = UvRotate,
         Name = Name
     });
 }