Esempio n. 1
0
        public static new CCSkewBy actionWithDuration(float t, float deltaSkewX, float deltaSkewY)
        {
            CCSkewBy cCSkewBy = new CCSkewBy();

            if (cCSkewBy != null)
            {
                cCSkewBy.initWithDuration(t, deltaSkewX, deltaSkewY);
            }
            return(cCSkewBy);
        }
Esempio n. 2
0
        public new static CCSkewBy actionWithDuration(float t, float deltaSkewX, float deltaSkewY)
        {
            CCSkewBy pSkewBy = new CCSkewBy();
            if (pSkewBy != null)
            {
                if (pSkewBy.initWithDuration(t, deltaSkewX, deltaSkewY))
                {
                    //pSkewBy->autorelease();
                }
                else
                {
                    //CC_SAFE_DELETE(pSkewBy);
                }
            }

            return pSkewBy;
        }
Esempio n. 3
0
        public new static CCSkewBy actionWithDuration(float t, float deltaSkewX, float deltaSkewY)
        {
            CCSkewBy pSkewBy = new CCSkewBy();

            if (pSkewBy != null)
            {
                if (pSkewBy.initWithDuration(t, deltaSkewX, deltaSkewY))
                {
                    //pSkewBy->autorelease();
                }
                else
                {
                    //CC_SAFE_DELETE(pSkewBy);
                }
            }

            return(pSkewBy);
        }