예제 #1
0
        public static CCSkewTo actionWithDuration(float t, float sx, float sy)
        {
            CCSkewTo cCSkewTo = new CCSkewTo();

            if (cCSkewTo != null)
            {
                cCSkewTo.initWithDuration(t, sx, sy);
            }
            return(cCSkewTo);
        }
예제 #2
0
        public static CCSkewTo actionWithDuration(float t, float sx, float sy)
        {
            CCSkewTo pSkewTo = new CCSkewTo();

            if (pSkewTo != null)
            {
                if (pSkewTo.initWithDuration(t, sx, sy))
                {
                    //pSkewTo->autorelease();
                }
                else
                {
                    //CC_SAFE_DELETE(pSkewTo);
                }
            }

            return pSkewTo;
        }
예제 #3
0
        public static CCSkewTo actionWithDuration(float t, float sx, float sy)
        {
            CCSkewTo pSkewTo = new CCSkewTo();

            if (pSkewTo != null)
            {
                if (pSkewTo.initWithDuration(t, sx, sy))
                {
                    //pSkewTo->autorelease();
                }
                else
                {
                    //CC_SAFE_DELETE(pSkewTo);
                }
            }

            return(pSkewTo);
        }