大约有 2,635 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)
Laya_社区(2480) Laya2.0_文档(66) Laya_示例(31) Laya3.0_文档(20) Laya2.0_示例(14) Laya2.0_api(10) laya_api(7) Laya3.0_api(7)
...,demo工程是用3.3.1版本引擎制作的,跟了一下调用栈 1. Animator._addKeyframeNodeOwner()里面property为空导致keyframeNodeOwner.value为空 2. 解决完1.的问题以后Animator._applyCrossData()里面v44被创建为Color类型对象, 但却被当作Vector4赋值xyzw和传入An...
来源: Laya_社区 发布时间: 20250922
...的动画如何正确播放 新建一个空View,然后组件->2D->Animation托入View下。通过时间轴,编辑一个简单的透明度变化动画。在View下的Animation组件下加入一个文本节点。在动画编辑模式下,可以正常播放透明动画。导出该UI,代码...
来源: Laya_社区 发布时间: 20180526
...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
...问题 LayaBox IDE 支持多开吗 骨骼动画播放完后的回调时间 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 关于apk打包动画卡的问题 缓动动画SKEW-Y从0到360卡住 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D...
来源: Laya_社区 发布时间: 20190403
关于Sprite中切换graphics的问题 我们模拟了Animation的方式自己做了一个动画控制组件,可以由应用层自己控制gotoFrame。但目前看来如果Animation对象首次添加到Stage时是在屏幕范围内就没问题,但如果首次添加在屏幕范围外,等屏幕...
来源: Laya_社区 发布时间: 20170616
...umentationAll Packages | All Classes | Index | Frames No Frames RigidAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class RigidAnimationsInheritanceRigidAnimations KeyframeAnimations Component3D EventDispatcher Object RigidAnimations 类用于创建变...
来源: laya_api 发布时间: 20170929
...cumentationAll Packages | All Classes | Index | Frames No Frames SkinAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class SkinAnimationsInheritanceSkinAnimations KeyframeAnimations Component3D EventDispatcher Object SkinAnimations 类用于创建蒙皮...
来源: laya_api 发布时间: 20170929
动画无法添加到舞台问题 Laya.Animation.createFrames(["fj/hero_fly1.png", "fj/hero_fly2.png"], "hero_fly");//创建飞机飞行缓存 this.LeadBody = new Laya.Animation(); this.LeadBody.play("hero_fly");//播放动画 this.bound = this.LeadBody.getBounds(); this.LeadBody.pos(-this.bound.wi...
来源: Laya_社区 发布时间: 20180303
Animator在unity5.6.7能够正常播放,导出 ls文件之后无法播放 testyAni 为untiy 场景文件。 myLaya6为laya工程文件 附件 : --> myLaya6.rar testAni.rar myLaya6.rar 2019-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20190415
清理动画模板,内存不降 let obj:Object = Laya.Animation.framesMap; for(let key in obj) { Laya.Animation.clearCache(key); } 然后断点 Laya.Animation.framesMap 里确实空了 但是内存仍然是180多M 一点点都没降 这是为何呢? 2017-12-25 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20171225