[]使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示
使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示
Laya.loader.load("http://www.xxxxxxx.com/gold.png",Laya.Handler.create(this,this.aa));
private aa(){
let img = new Laya.Image("http://www.xxxxxxx.com/gold.png");
Laya.stage.addChild(img);
}
请问下,这样写有声明不对么 ?
Laya.loader.load("http://www.xxxxxxx.com/gold.png",Laya.Handler.create(this,this.aa));
private aa(){
let img = new Laya.Image("http://www.xxxxxxx.com/gold.png");
Laya.stage.addChild(img);
}
请问下,这样写有声明不对么 ?
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
w1114367261
赞同来自: