[LayaAirIDE 2.0]Laya.loader.create 不会反馈失败状态跟描述不符合
var resource:Array<string> = ["scene/Conventional/scene2.ls"]
Laya.loader.create(resource, Laya.Handler.create(this, (success:boolean) => {
console.log("3d加载完毕:" + success);
}),Laya.Handler.create(this, (progress: number) =>
{
}));
这是个数组。。但是场景文件不存在,失败参数都是空的。。跟文档描述不符合
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Aar0n
赞同来自: Chiuan