• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0018 秒)

1. 骨骼动画-适配版Spine [ 100%]

...ow(); this.startFun(); } startFun() { this.templet = new SpineTemplet(Laya.SpineVersion.v3_8); this.templet.loadAni(this.aniPath); this.templet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError); } parseComplete() { this.skeleton = this.templet.buildArmatu...

来源: Laya2.0_示例 发布时间: 20241118

2. spine适配版微信开发者平台报错 [ 79%]

... startFun() { if (!this.templet) this.templet = new Laya.SpineTemplet(Laya.SpineVersion.v3_8); this.templet.loadAni(this.aniPath); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError); }加载方式用的官方案例,本地跑是没...

来源: Laya_社区 发布时间: 20211207

3. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 68%]

...   }     startFun() {         this.templet = new SpineTemplet(Laya.SpineVersion.v3_8);         this.templet.loadAni(this.aniPath);         this.templet.on(Event.COMPLETE, this, this.parseComplete);         this.templet.on(Event.ERROR, this, this.onError);     }     parseComple...

来源: Laya_社区 发布时间: 20211013