コード例 #1
0
        public override void runThisTest()
        {
            CCLayer pLayer = RotateWorldMainLayer.node();

            AddChild(pLayer);
            RunAction(new CCRotateBy(4, -360));
            CCDirector.SharedDirector.ReplaceScene(this);
        }
コード例 #2
0
        public override void runThisTest()
        {
            CCLayer pLayer = RotateWorldMainLayer.node();

            addChild(pLayer);
            runAction(CCRotateBy.actionWithDuration(4, -360));
            CCDirector.sharedDirector().replaceScene(this);
        }