单词拼写错误
https://developers.weixin.qq.com/minigame/dev/guide/framework/gameplay/scenes/ 场景资源加载场景资源是游戏中负责管理节点以及一些渲染配置的一种资源,加载场景资源和加载其他资源的方式一致。 // 自动清除当前场景
engine.loader.load("Assets/Scene/MainUI.scene").promise.then(function (scene) {
// Do something with the scene resoruce.
});
resource