大约有 50 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0037 秒)
在使用 Skeleton 动画时,无法使用 getAnimNum()方法 在成功创建 Skeleton 后,在不使用 getAnimNum()方法下,动画可以正常播放,但是无法控制,使用 getAnimNum() 后会报错,不知道是不是 spine 动画导出的问题,但是导出步骤和技术文档上面描述的...
来源: Laya_社区 发布时间: 20180202
不断的删除生成Skeleton动画几分钟后会非常卡,是为什么? 2017-09-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: 有做销毁吗?你可以先把性能...
来源: Laya_社区 发布时间: 20170917
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
...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
...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
...口代码用Laya.loader预先加载什么,当然atlas除外。 // 由于Skeleton内部有个_templet,只有这个变量真的接收到Templet对象后才算是Skeleton准备就绪了, // 因此,我们在最开始设计了一个预加载过程,不断检测ui中拖入的Skeleton类的对象...
来源: Laya_社区 发布时间: 20180622
...置gray灰态: 如图,对整个容器作gray = true,中间的人物是Skeleton,gray效果就是不完整的。 第二个问题是当同样一个 example.sk 骨骼动画文件 ,当创建多个 Skeleton 加载,然后播放动画时,有很大机率会有动画的图片错乱:图片...
来源: Laya_社区 发布时间: 20180125
...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
... 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
...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