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

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

11. 在使用 Skeleton 动画时,无法使用 getAnimNum()方法 [ 84%]

在使用 Skeleton 动画时,无法使用 getAnimNum()方法 在成功创建 Skeleton 后,在不使用 getAnimNum()方法下,动画可以正常播放,但是无法控制,使用 getAnimNum() 后会报错,不知道是不是 spine 动画导出的问题,但是导出步骤和技术文档上面描述的...

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

12. 不断的删除生成Skeleton动画几分钟后会非常卡,是为什么? [ 84%]

不断的删除生成Skeleton动画几分钟后会非常卡,是为什么? 2017-09-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: 有做销毁吗?你可以先把性能...

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

13. 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

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

...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

15. HTMLDivElement [ 77%]

...mation': 'laya.display.Animation', 'Animation': 'laya.display.Animation', 'Skeleton': 'laya.ani.bone.Skeleton', 'Particle2D': 'laya.particle.Particle2D', 'div': 'laya.html.dom.HTMLDivElement', 'p': 'laya.html.dom.HTMLElement', 'img': 'laya.html.dom.HTMLImageElement', 'span': 'laya.html.dom.HTMLEleme...

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

16. [临时解决]bug?加载sk问题 [ 74%]

...口代码用Laya.loader预先加载什么,当然atlas除外。 // 由于Skeleton内部有个_templet,只有这个变量真的接收到Templet对象后才算是Skeleton准备就绪了, // 因此,我们在最开始设计了一个预加载过程,不断检测ui中拖入的Skeleton类的对象...

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

17. 骨骼动画的两个渲染问题:gray 和 图片错乱 [ 73%]

...置gray灰态: 如图,对整个容器作gray = true,中间的人物是Skeleton,gray效果就是不完整的。   第二个问题是当同样一个 example.sk 骨骼动画文件 ,当创建多个 Skeleton 加载,然后播放动画时,有很大机率会有动画的图片错乱:图片...

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

18. Laya.HTMLDivElement is not a constructor [ 71%]

...constructor 请问 2.x 提示 Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 该如何处理 谢谢 一直报 GamePage is not a constructor 急求解决 TypeError: Laya.MovieClip is not a constructor Laya.HTMLDivElement解析img标签报错 问题状态 最新活动: 2018-1...

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

19. 同步龙骨插槽动画方案 [ 70%]

...    private mFactory: Laya.Templet;     public mArmature: Laya.Skeleton     private _handler: Laya.Handler;      constructor(url: string, handler: Laya.Handler, aniMode: number = 0) {         this._handler = handler;         this.mFactory = new Lay...

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

20. Vector3 is not a constructor [ 69%]

...constructor 请问 2.x 提示 Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 该如何处理 谢谢 报错,这不是个构造函数 "StartPage is not a constructor" Laya.HTMLDivElement is not a constructor TypeError: Laya.MovieClip is not a constructor Vector3类里面的...

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