• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,691 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0076 秒)

411. Unity中给模型添加一个带旋转的动画后加载报错 [ 84%]

...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

412. unity 1.7.13.3插件(unity版本5.6.3、2017.1)+1.7.13库,载入lh文件报错 [ 84%]

...3库,载入lh文件报错 运行LayaAir Run就出错,是不是插件对animator兼容性太差。我把animator组件干掉,就没错了。。。。。     附件 : --> anim.zip 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

来源: Laya_社区 发布时间: 20180115

413. [LayaAir3]3d材质属性动画过渡报错 [ 84%]

...,demo工程是用3.3.1版本引擎制作的,跟了一下调用栈 1. Animator._addKeyframeNodeOwner()里面property为空导致keyframeNodeOwner.value为空 2. 解决完1.的问题以后Animator._applyCrossData()里面v44被创建为Color类型对象, 但却被当作Vector4赋值xyzw和传入An...

来源: Laya_社区 发布时间: 20250922

414. Sprite-节点控制 [ 84%]

...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

415. laya.d3.animation.AnimationTransform3D [ 84%]

...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

416. laya idc 下能否给单个sprite节点指定动画 [ 84%]

...个原点的动画,类似吹气泡的效果 但我发现laya中,动画animations节点只能在view层级下。然后调用viewObj.ani.play()。而不能在某一个child中指定animations。我现在希望所有精灵下面都有指定的动画,怎么办?是不是laya.ui不支持?   附...

来源: Laya_社区 发布时间: 20170309

417. Sprite-轴心点 [ 84%]

...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

418. laya.d3.component.animation.RigidAnimations [ 84%]

...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

419. Sprite-节点控制 [ 84%]

...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

420. laya.d3.component.animation.SkinAnimations [ 84%]

...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