[]预加载结束之后还是报lose skin
private loadRes():void{
Laya.loader.load("./res/atlas/comp.atlas",Laya.Handler.create(this, this.onAssetLoaded),Laya.Handler.create(this, this.onLoading, null, false));
}
private onLoading(progress: number): void {
console.log("加载进度: " + progress);
}
private onAssetLoaded(texture:Laya.Texture){
console.log("加载结束");
}
Log输出内容
Warning!,this class[MiniAdpter] already exist: Object {}
加载进度: 0.3
加载进度: 0.8999999999999999
加载进度: 1
加载结束
lose skin
lose skin
lose skin
lose skin
lose skin
没有找到相关结果
已邀请:
要回复问题请先登录
5 个回复
AiLiner
赞同来自:
加载完都会lose skin
运行没有问题 但是发布版本无法显示图片
Aar0n
赞同来自:
qian
赞同来自:
AiLiner
赞同来自:
Monica - 知识达人
赞同来自: