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

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

41. DragonBone动画使用(JavaScript-LayaAir基础篇(JS)-动画基础) [ 83%]

...# 3.2 DragonBones动画播放示例 下面的示例将用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2...

来源: Laya2.0_文档 发布时间: 20210715

42. 如何获得Skeleton中的一个bone的坐标和旋转角度? [ 83%]

如何获得Skeleton中的一个bone的坐标和旋转角度? 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 qian 赞同来自: bone的位置获取不到,不过你可以动态的获取插槽的位置...

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

43. 骨骼怎么没有gotoAndStop方法 [ 83%]

...法 我要停止到骨骼动画的某个动作的最后一帧,怎么写 _skeleton.play(action, false);  _skeleton.index = _skeleton.total; _skeleton.stop();   这样写的话,有时候获取skeleton的total时会报错,里面那个currentAnimationClipIndex是-1 2017-01-17 添加评论 免费...

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

44. sk文件加载 [ 83%]

...aya.webgl.WebGL;     import laya.net.URL;     import laya.ani.bone.Skeleton;          public class LayaUISample {                  public function LayaUISample() {             //初始化引擎             Laya.init(600, 400,WebGL);      ...

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

45. 龙骨skeleton鼠标点击区域的设置 [ 83%]

龙骨skeleton鼠标点击区域的设置 2016-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 cuixueying 赞同来自: asdf131   2017-07-10 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: asdf131 ...

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

46. spine 播放错乱 [ 83%]

spine 播放错乱 templet: Laya.SpineTemplet; skeleton: Laya.SpineSkeleton; index = 0; private startFun(): void { //创建动画模板 this.templet = new Laya.SpineTemplet(); this.templet.loadAni("spine/10101001.json"); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.templet.o...

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

47. Dragonbones龙骨动画 播放不同动作出现闪烁 混乱 [ 83%]

...rivate parseComplete():void { //创建模式为1,可以启用换装 this.skeleton =this.templet.buildArmature(1); this.skeleton.x = this.mStartX; this.skeleton.y = this.mStartY; this.skeleton.scale(this.scaleper, this.scaleper); if (!this.emojiArr) { this.emojiArr={}; var emojinum = this.skeleton....

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

48. 龙骨删除后内存不减少 [ 82%]

...  templet.on(Laya.Event.COMPLETE, this, () => {             this.skeleton = templet.buildArmature(1);                          this.pos1.addChild(this.skeleton);             this.skeleton.play("work", true);         });         templet.loadAni("spine/ndz01/ndz01....

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

49. 请问 2.x 提示 Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 该如何处理 谢谢 [ 82%]

请问 2.x 提示 Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 该如何处理 谢谢 2018-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 183*****470 赞同来自: 是我自己...

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

50. 有一个role角色,为了表达不同方向的动画,有两个sk文件,请问能用一个Skeleton实现吗 [ 81%]

...为了表达不同方向的动画,有两个sk文件,请问能用一个Skeleton实现吗 2017-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 可以试试让它 scale x = -1 ,这...

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