コード例 #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;
 }