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

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

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

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

62. Laya.Animator没有动画播放完事件 [ 89%]

Laya.Animator没有动画播放完事件 官方文档错误,我就不发demo了如下是官方文档里的代码this.ani = role3D.getChildAt(0).getComponentByType(Laya.Animator) as Laya.Animator; //监听默认动画完成后播放站立动画 this.ani.on(Laya.Event.COMPLETE,this,this.onAniComplete...

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

63. unity导出插件报错 [ 89%]

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

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

...作的粒子特效加载的时候报错  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

65. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 88%]

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

66. 1.5.4_beta,动画播放完毕的监视器很大概率会不起作用了 [ 88%]

...监视器很大概率会不起作用了,回调函数经常没有执行 animaNet.once(laya.events.Event.COMPLETE, animaNet, OnNetAnimaDone); // animaNet是个laya.display.Animation 2016-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

67. 在Unity中无法导出模型动作 [ 88%]

...好,我在使用Unity 2017.4.22f1的时候,只要在GameObject上增加Animator导出就会报错。使用的是2.0.0的unity插件. 增加和删除avatar都无济于事.   错误是:KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2...

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

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

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

69. ani用到的图集资源清理之后再次用load进来,重新创建ani,ani不现实的bug [ 88%]

...oad加载b.json图集,然后在加载完成的处理函数里面new一个Animation,将a.ani显示出来   过一会移除a.ani,并且用Laya.loader.clearRes删除b图集   又过一会,重新用Laya.loader.load加载b图集,然后在加载完成的处理函数里面重新new一个Animati...

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

70. 其他引擎的Demo-Example_21 [ 88%]

...b"; Stat.show(); this.createCanvases(); Laya.timer.frameLoop(1, this, this.animate); Laya.stage.on('mousedown', this, this.onMouseDown); Laya.stage.on('mousemove', this, this.onMouseMove); Laya.stage.on('mouseup', this, this.onMouseUp); } createCanvases() { const Sprite = Laya.Sprite; let graphicsCa...

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