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

大约有 3,590 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0075 秒)

401. .ani文件能预加载吗? [ 85%]

...载它,否则播放特效延迟啊。 //播放模块remove特效 var ani:Animation = new Animation(); ani.loadAnimation("ani/TX001.ani"); //动画播放完的事件 ani.on(Laya.Event.COMPLETE,this,(ani:Animation)=>{ ani.removeSelf(); ani.destroy(); },[ani]); ani.play(0,false); 2018-06-15 添加...

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

402. Sprite-容器 [ 84%]

...tage.width / 2, Laya.stage.height / 2); Laya.timer.frameLoop(1, this, this.animate); } animate() { this.apesCon.rotation += 1; } } new Sprite_Container();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Lay...

来源: Laya2.0_示例 发布时间: 20241119

403. Sprite-容器 [ 84%]

...aya.stage.width / 2, Laya.stage.height / 2); Laya.timer.frameLoop(1, this, animate); } function animate(e) { apesCtn.rotation += 1; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export...

来源: Laya_示例 发布时间: 20241119

404. laya.d3.component.animation.UVAnimations [ 84%]

...DocumentationAll Packages | All Classes | Index | Frames No Frames UVAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class UVAnimationsInheritanceUVAnimations KeyframeAnimations Component3D EventDispatcher Object UVAnimations 类用于创建UV动画组...

来源: laya_api 发布时间: 20170603

405. 导出一个大模型 其中有多个元素运动 只有其中的一个有动画 [ 84%]

... 所有汽车在unity 中是运动的,  但是导出后都不运动   animator也看不到节点 附件 : --> 2018-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 如果汽车动...

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

406. 更新到2.12.2之后动画控制粒子显示隐藏报错 [ 84%]

...动画控制粒子显示隐藏报错 更新到2.12.2之后出现的问题 animator动画控制粒子 附件 : --> 2022-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Yan 赞同来自: 方便上传一个...

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

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

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

409. 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_示例 发布时间: 20241119

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