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

            a.InitWithAnimation(animation);
            return(a);
        }
예제 #2
0
파일: CozyAnimate.cs 프로젝트: xxy1991/cozy
 public static CozyAnimate Create(CozyAnimation animation)
 {
     var a = new CozyAnimate();
     a.InitWithAnimation(animation);
     return a;
 }