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

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

391. 骨骼Label事件,多接收一次 [ 54%]

...AniNameByIndex(0)) ske.play("atk",false) ske.on(Laya.Event.LABEL,this,function(e:any) { CUtil.Log("发动攻击:"+e.name+ske.player.currentKeyframeIndex) }); 就这几行代码,sk文件上传不了 qian • 2018-03-15 15:29 我现在没有sk文件,,, tyl925450909 • 2018...

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

392. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 54%]

...:"res/Public@sl4615.mp3",type:laya.net.Loader.SOUND} ],Laya.Handler.create(this,onLoaded));  /*登录界面*/ var resArray=[ {url:"res/LoginView.fui",type:laya.net.Loader.BUFFER}, {url:"res/LoginView@atlas0.png",type:laya.net.Loader.IMAGE} ]; var loadcount=resArray.length; function onLoaded() { con...

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

393. 播放一个ani的动效报错parse animation fail:ani2,empty animation created [ 54%]

...           girlsMc.play(0,true,"ani2");             this.cmc.addChild(girlsMc); 附件 : --> 2019-08-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ayiui4566 赞同来自: 靠,动效名...

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

394. TypeError Uncaught TypeError: Object #<error> has no method '_addReference' [ 54%]

...fined错误 IDE不能运行调试提示:Chrome error: Error:... Warning!,this class[MiniAdpter] already exist: Object {init: } Error: asBitmap no size! 问题状态 最新活动: 2018-03-09 10:29 浏览: 764 关注: 2 人

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

395. Laya.timer.loop调用后出现Cannot read property 'loop' of null [ 54%]

...loop调用后出现Cannot read property 'loop' of null Laya.timer.loop(100,this,function():void{trace(90890789078);}); 报错: Uncaught TypeError: Cannot read property 'loop' of null at new LayaUISample (LayaUISample.max.js:394) at LayaUISample.max.js:29731 at LayaUISample.max.js:29733 2017-02-14 ...

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

396. ide发布web后报错 [ 53%]

ide发布web后报错 Uncaught TypeError: this.preinitialize is not a function     at i (laya.ui.min.js:1)     at i (laya.ui.min.js:1)     at i (laya.ui.min.js:1)     at GameUI (layaUI.max.all.js:9)     at Function.&lt;anonymous&gt; (laya.core.min.js:1)     at t (main.min.js:4)     at...

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

397. Uncaught Can not find class srcipt/game/Game_App.ts [ 53%]

...ionClip version. 2.0.0编译报错Cannot find global type 'Array' Warning!,this class[MiniAdpter] already exist: Object {init: } 问题状态 最新活动: 2020-02-07 19:37 浏览: 3326 关注: 2 人

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

398. 跟视频做出现这个问题。怎么破 求解 [ 53%]

...ions;    //给男角色模型设定贴图动画          var manAni=this.roleMan.addComponent(SkinAnimations);          manAni.url="3d/man/hero.ani";          manAni.player.play();     2017-06-17 0 0 分享 微博 QZONE 微信 leeone 赞同来自: Warning: discard property,please ...

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

399. ani时间轴动画问题 [ 53%]

...动画问题 Laya.loader.load("res/atlas/move.json", Laya.Handler.create(this, onLoaded)); function onLoaded() {     //创建一个Animation实例     var tl = new Laya.Animation();     //加载动画文件     tl.loadAnimation("TimeLine.ani");     //添加到舞台     Laya.stage....

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

400. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 53%]

...bgColor = "#ffcccc"; var div = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div,{ width:100, height:100 }); var url = "http://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stag...

来源: Laya2.0_文档 发布时间: 20210714