public static CCRepeatForever actionWithAction(CCActionInterval action)
        {
            CCRepeatForever ret = new CCRepeatForever();
            ret.initWithAction(action);

            return ret;
        }
示例#2
0
        public static CCRepeatForever actionWithAction(CCActionInterval action)
        {
            CCRepeatForever cCRepeatForever = new CCRepeatForever();

            cCRepeatForever.initWithAction(action);
            return(cCRepeatForever);
        }
示例#3
0
        public static CCRepeatForever actionWithAction(CCActionInterval action)
        {
            CCRepeatForever ret = new CCRepeatForever();

            ret.initWithAction(action);

            return(ret);
        }