大约有 3,691 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0076 秒)
Laya_社区(3470) Laya2.0_文档(85) Laya3.0_api(35) Laya_示例(31) Laya3.0_文档(24) Laya2.0_api(20) Laya2.0_示例(14) laya_api(12)
...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
...3库,载入lh文件报错 运行LayaAir Run就出错,是不是插件对animator兼容性太差。我把animator组件干掉,就没错了。。。。。 附件 : --> anim.zip 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180115
...,demo工程是用3.3.1版本引擎制作的,跟了一下调用栈 1. Animator._addKeyframeNodeOwner()里面property为空导致keyframeNodeOwner.value为空 2. 解决完1.的问题以后Animator._applyCrossData()里面v44被创建为Color类型对象, 但却被当作Vector4赋值xyzw和传入An...
来源: Laya_社区 发布时间: 20250922
...a.stage.addChild(ape1); ape1.addChild(ape2); Laya.timer.frameLoop(1, this, animate); } function animate(e) { ape1.rotation += 2; ape2.rotation -= 4; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = L...
来源: Laya_示例 发布时间: 20251209
...I DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationTransform3DProperties | Methods Packagelaya.d3.animationClasspublic class AnimationTransform3DInheritanceAnimationTransform3D EventDispatcher Object AnimationTransform3D 类用于实现3D变换。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513
...个原点的动画,类似吹气泡的效果 但我发现laya中,动画animations节点只能在view层级下。然后调用viewObj.ani.play()。而不能在某一个child中指定animations。我现在希望所有精灵下面都有指定的动画,怎么办?是不是laya.ui不支持? 附...
来源: Laya_社区 发布时间: 20170309
...stage.height / 2); Laya.stage.addChild(sp2); Laya.timer.frameLoop(1, this, animate); } function animate(e) { sp1.rotation += 2; sp2.rotation += 2; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Lay...
来源: Laya_示例 发布时间: 20251209
...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
...s.ape1); this.ape1.addChild(this.ape2); Laya.timer.frameLoop(1, this, this.animate); } animate() { this.ape1.rotation += 2; this.ape2.rotation -= 4; } } new Sprite_NodeControl();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Bro...
来源: Laya2.0_示例 发布时间: 20251209
...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