コード例 #1
0
        public static MySprite2 spriteWithFile(string pszName)
        {
            MySprite2 pobSprite = new MySprite2();
            pobSprite.initWithFile(pszName);

            return pobSprite;
        }
コード例 #2
0
        public static MySprite2 spriteWithFile(string pszName)
        {
            MySprite2 pobSprite = new MySprite2();

            pobSprite.initWithFile(pszName);

            return(pobSprite);
        }