[]图集动画没有显示

Laya.init(1600, 1400, Laya.WebGL);
var AniConfPath = 'res/atlas/cloud.json';
Laya.loader.load(AniConfPath, Laya.Handler.create(this, this.createAnimation), null, Laya.loader.ATLAS);
function createAnimation() {
var ani = new Laya.Animation();
ani.loadAtlas(AniConfPath);
ani.interval = 30;
ani.index = 1;
ani.play();
Laya.stage.addChild(ani);
}
已邀请:

scorpio

赞同来自:

这个是哪里有问题吗?
 

Monica - 知识达人

赞同来自:

Laya.loader.load(AniConfPath, Laya.Handler.create(this, this.createAnimation), null, Laya.loader.ATLAS);
最后边的L是大写,应该是Laya.Loader.ATLAS

要回复问题请先

商务合作
商务合作