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

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

491. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 78%]

....cached = true; //根据不同的动画 来创建动画模板 laya.display.Animation.createFrames(['player/chara_01.png','player/chara_02.png','player/chara_03.png','player/chara_04.png'], Player.RUN); laya.display.Animation.createFrames(['player/chara_05.png','player/chara_06.png','player/chara_07....

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

492. 蒙皮动画挂点应用 [ 78%]

...): body = role.getChildAt(0).getChildAt(0) as SkinnedMeshSprite3D; // animationNodeTemp.addChild(effect); body.addComponent(SkinAnimations); this.skinAnimation = body.getComponentByType(SkinAnimations) as SkinAnimations; this.skinAnimation._initialize(body); // var tempet:AnimationTemplet = new ...

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

493. unity制作的粒子特效加载失败 [ 78%]

...作的粒子特效加载的时候报错  laya.d3.js:277 Uncaught Error: AnimationClipParser02:unknown property name.     at AnimationClipParser02.READ_ANIMATIONS (laya.d3.js:277)     at Function.AnimationClipParser02.parse (laya.d3.js:222)     at AnimationClip.__proto.onAsynLoaded (laya.d3.js...

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

494. 播放一个动画 播放之前头像和名字是要从服务器获取的 请问要怎么弄 [ 77%]

...10:26 浏览: 526 关注: 2 人 洋葱 • 2018-05-31 11:32 // 创建一个Animation实例 var tl:Laya.Animation = new Laya.Animation(); //加载动画文件 tl.loadAnimation("ef_zjh_bipai.ani"); //添加到舞台 Laya.stage.addChild(tl); ani的头像组件和名字要怎么获取 洋葱 ...

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

495. layaAir里面,如何让一个多个动画重复执行? [ 77%]

...相关的链接 提交 3 个回复 jiaoxueoo 赞同来自: 用图集动画Animation加载 play的方法有参数表示是否循环 /**          * 播放动画。          * @param    start 开始播放的动画索引或label。          * @param    loop 是否循环。    ...

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

496. 微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene [ 77%]

...ldByName("tiger_idle") as Laya.Sprite3D; console.log(tiger); var animator:Laya.Animator = tiger.getComponentByIndex(0) as Laya.Animator; animator.play("idle"); var cat:Laya.Sprite3D = this._scene.getChildByName("cat_Idle") as Laya.Sprite3D; var catAnimator:Laya.Animator...

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

497. LayaAirTool转换后的动画如何加载播放和控制 [ 77%]

...交 3 个回复 edc123 赞同来自: http://layaair.ldc.layabox.com/demo/#Animation_SWF 官网提供有demo 2016-05-16 0 0 分享 微博 QZONE 微信 18688961270 赞同来自: 这个是播放flash导出的swf文件,但是通过LayaAirTool工具转换后又该如何播放控制呢? 2016-05-16 0 1...

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

498. unity导出插件报错 [ 77%]

...a.d3.js:21857 Uncaught TypeError: Cannot read property 'length' of null at Animator.__proto._getAvatarOwnersByClip (laya.d3.js:21857) at Animator.__proto._getAvatarOwnersByClipAsync (laya.d3.js:21944) at Animator.__proto.addClip (laya.d3.js:22458) at Sprite3D.__proto._parseCustomComponent (laya.d3.j...

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

499. 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor [ 77%]

...s\app\out\preload.js:55 TypeError: MovieClip is not a constructor     at Animation_SWF.createMovieClip (bundle.js:46)     at new Animation_SWF (bundle.js:35)     at Object.1 (bundle.js:57)     at o (bundle.js:11)     at bundle.js:11     at Object.2../Animation_SWF (bundle.js:62)     at...

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

500. 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. [ 77%]

...码报错的问题,将有问题的代码参考这样修改 var ani:Laya.Animator=(role3D.getChildAt(0) as Laya.Sprite3D).getComponentByType(Laya.Animator) as Laya.Animator;  另外,恳请那些大V和官方工作人员认真对待用户们提出的问题好吗。什么引擎版本工具版本...

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