[]HIERARCHY_LOADED 和 LOADED有什么区别?为什么对scene不起作用

var scene = Laya.stage.addChild(new Laya.Scene());
scene.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) {
console.log("scene HIERARCHY_LOADED");
});

scene.once(Laya.Event.LOADED, null, function (sprite) {
console.log("scene LOADED");
});
HIERARCHY_LOADED 和 LOADED有什么区别?为什么对scene不起作用?
已邀请:

183*****755

赞同来自:

你这个sence是自己初始化的,监听不到这个事件,也没必要获取这个事件。
这个适用于Scene.load("xxx.ls")。从外部url中加载的场景。

要回复问题请先

商务合作
商务合作