[LayaAir2]Laya.loader.create 字节跳动苹果抖音扫码调用出现卡死现象
Laya.loader.create("res/Scene/Conventional/Model.lh",
Laya.Handler.create(this, function () {
GameManager.models = Laya.loader.getRes("res/Scene/Conventional/Model.lh");
this.refreshProgressBar(1);
this.destroy();
}),
Laya.Handler.create(this, function (p) {
//进度条
// this.refreshProgressBar(0.6 + p*0.4);
}));
Laya.Handler.create(this, function () {
GameManager.models = Laya.loader.getRes("res/Scene/Conventional/Model.lh");
this.refreshProgressBar(1);
this.destroy();
}),
Laya.Handler.create(this, function (p) {
//进度条
// this.refreshProgressBar(0.6 + p*0.4);
}));
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Laya_XS
赞同来自: