游戏开发-cocos creator技巧-cc.director.loadScene

loadScene后如何在回调函数内获取加载成功的场景

            cc.director.loadScene("home_scene", function() {
                var home_scene = cc.find("UI_ROOT").getComponent("home_scene");
            });

 

posted @ 2019-06-12 11:58  orxx  阅读(3186)  评论(0编辑  收藏  举报