Example #1
0
 public static CozySprite Create(string path)
 {
     var sp = new CozySprite();
     if(!sp.InitWithFile(path))
     {
         return null;
     }
     return sp;
 }
Example #2
0
        public static CozySprite Create(string path)
        {
            var sp = new CozySprite();

            if (!sp.InitWithFile(path))
            {
                return(null);
            }
            return(sp);
        }