[LayaAirIDE3]求问:spine加载按照官网示例写的我这就报错了
spine加载按照官网示例
问题:
按照官网示例写的,我这报错了animationName cannot be null. 是不是只用加载"spine/hero/1001/1001.skel"就可以了?图集和图片帮我加载了
Laya.loader.load("spine/hero/1001/1001.skel").then(() => {
this.showHeroSpine = this.ui.heroSpine.getComponent(Laya.Spine2DRenderNode);
this.showHeroSpine.source = "spine/hero/1001/1001.skel";
this.showHeroSpine.animationName ="idle"
});
我在一个box上添加了组件,加载后获取组件后,赋值就报错了
问题:
按照官网示例写的,我这报错了animationName cannot be null. 是不是只用加载"spine/hero/1001/1001.skel"就可以了?图集和图片帮我加载了
Laya.loader.load("spine/hero/1001/1001.skel").then(() => {
this.showHeroSpine = this.ui.heroSpine.getComponent(Laya.Spine2DRenderNode);
this.showHeroSpine.source = "spine/hero/1001/1001.skel";
this.showHeroSpine.animationName ="idle"
});
我在一个box上添加了组件,加载后获取组件后,赋值就报错了
没有找到相关结果
已邀请:
要回复问题请先登录
0 个回复