大约有 609 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0062 秒)
Laya_社区(525) Laya2.0_文档(19) Laya_示例(16) Laya3.0_api(14) Laya2.0_api(12) Laya3.0_文档(10) laya_api(8) Laya2.0_示例(5)
...设置动画事件 ###### *version :2.1.0beta Update:2019-6-13* 在unity的Animator中我们我们可以添加动画触发事件 **showMsg** 如图1。 ![](img/1.png)(图1) 这个事件就是说在动画播放到这个位置的时候,就会触发我们**ShowMsg**这个名字的事件。 在unity...
来源: Laya2.0_文档 发布时间: 20210715
Animation创建和销毁的问题 同样的代码,第一次创建就可以显示动画,然后当使用了Loader.clearRes之后再次创建就怎么都显示不了,是哪里用错了么?求指点 附件里上传了测试工程,打开后先按A键可以看到屏幕有两条鱼,然后再...
来源: Laya_社区 发布时间: 20180424
...ypeError: Cannot read property 'elements' of undefined laya.d3.js:18283 at AnimationTransform3D.value._localRotationEuler (/RotateDemo/bin/libs/laya.d3.js:18283:53) at Animator.__proto._addKeyframeNodeOwner (/RotateDemo/bin/libs/laya.d3.js:19193:23) at Animator.__proto._getOwnersByClip (/Rotat...
来源: Laya_社区 发布时间: 20190225
Animation 运行时报错 新建GraphicAnimation (包含多个动画) ani文件在bin/core目录下 运行时报错: ani not found:core/Animation.ani#a_1 ani not found:core/Animation.ani#a_2 ani not found:core/Animation.ani#a_3 ani not found:core/Animation.ani#a_4 ........ 但是不影响运行,动...
来源: Laya_社区 发布时间: 20180501
Animation._loadAnimationData方法内释放.ani文件的调用位置不对 如图,Loader.clearRes(url)在没加载完.ani就调用了,应该在Laya.loader.load的的完成回调内调用 附件 : --> 2018-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20181219
...走路 待机 攻击三个动作状态.创建状态的时候是 let state: AnimatorState = new AnimatorState(); state.name = key;// walk/idle/attack state.clipStart = clipStart; state.clipEnd = clipEnd; state.clip = this._animator.getDefaultState().clip; this._animator.addState(state);每个状态...
来源: Laya_社区 发布时间: 20200410
...I DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationClipProperties | Methods Packagelaya.d3.animationClasspublic class AnimationClipInheritanceAnimationClip laya.resource.Resource AnimationClip 类用于动画片段资源。 Public Properties PropertyDefined By ...
来源: Laya2.0_api 发布时间: 20190513
服了2.0Animation能加载的图集3.0就无法显示了 rt 2023-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 LayaAir3 赞同来自: 3.0可以运行。但是6001_013.atlas要放在6001_013目录下,或...
来源: Laya_社区 发布时间: 20230202
Animation 的createFrames 使用已经加载的图集缓存动画失败 我load图集之后, 使用Animation的createFrames缓存动作, api里写着可以使用已经加载的图集动画,结果却又去下载了,地址当然不正确了,导致无法下载.代码大致如下: Laya.loader.load('pla...
来源: Laya_社区 发布时间: 20160610
Animation未释放资源的引用 先上源码 destroy(destroyChild: boolean = true): void { this.stop(); super.destroy(destroyChild); this._frames = null; this._labels = null; }animation的destory方法,只是将_frames赋值为null,并没有对_frames的graphics进行destroy, 这样会导...
来源: Laya_社区 发布时间: 20200414