Example #1
0
        public static CozyAnimate Create(CozyAnimation animation)
        {
            var a = new CozyAnimate();

            a.InitWithAnimation(animation);
            return(a);
        }
Example #2
0
 public static CozyAnimate Create(CozyAnimation animation)
 {
     var a = new CozyAnimate();
     a.InitWithAnimation(animation);
     return a;
 }