大约有 92 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
Laya_社区(63) Laya2.0_示例(7) Laya2.0_文档(7) Laya_示例(6) Laya3.0_api(4) laya_api(2) Laya2.0_api(2) Laya3.0_文档(1)
...厉害,怎么优化。 private factory:Laya.Templet; private avatar:Laya.Skeleton; this.factory = new Laya.Templet(); this.factory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.factory.on(Laya.Event.ERROR, this, this.onError); this.factory.loadAni("sp/aa.sk"); this.avatar = this.factory....
来源: Laya_社区 发布时间: 20170718
...rotected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize...
来源: Laya3.0_api 发布时间: 20231115
...据解析完成后的调度,并不是播放完成的回调。 你看下Skeleton中API的事件吧 2017-11-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 wuzhen5201314 相关问题 Animator 如何获取当前所有动画名称呢?...
来源: Laya_社区 发布时间: 20171129
...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
分享:Skeleton下Event.LABLE('label')事件的使用 LayaAir下支持龙骨的自定义事件,即动画制作中为关键帧添加的帧事件,这里不再累述,下面看个例子。 Label事件如何设置? 打开Dragonbones(或spine),选择龙骨动画...
来源: Laya_社区 发布时间: 20170406
...v=zh-ts-3-3-0 报错了,提示Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 龙骨资源倒是转换成功了,是该放在bin/res/下,还是laya/assets/下 附件 : --> Test.zip 2019-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...
来源: Laya_社区 发布时间: 20190419
...无法使用 我是严格按照2.0 官方文档写的代码 然后说Skeleton 对象不能创建 这个问题 很蒙圈 Laya.Templet 也不能被new 出来 不知道哪位大神知道原因 let sk = new Laya.Skeleton(); Laya.stage.addChild(sk); sk.load(this.aniUrl); 附件 : --...
来源: Laya_社区 发布时间: 20190409
...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
...停留的时间点较长时,该方法显然不可取。 2.播即停,Skeleton.prototype.play方法控制播放时间段(第4和第5个参数填同一时间即可) 缺陷:首次挺正常,但是接下来发现并没有什么效果,或者说效果不怎么准确,没深究过。 万...
来源: Laya_社区 发布时间: 20181115
....parseData(Laya.loader.getRes(mc_png),Laya.loader.getRes(mc_data)); this.skeleton = this.mFactory.buildArmature(1); 使用下面代码更换骨骼插槽纹理,无法更新显示。 var url = ResLoad.getInstance().getAtlasUrl("207_png"); this.skeleton.setSlotSkin("505-正面走-头", Laya.loa...
来源: Laya_社区 发布时间: 20170120