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

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

81. spine适配版微信开发者平台报错 [ 80%]

...交 3 个回复 northTg 赞同来自: static init(par: fgui.GComponent) { this.parent = par; this.aniPath = "res/sk/pipei.skel"; this.index = -1; this.startFun(); } static startFun() { if (!this.templet) this.templet = new Laya.SpineTemplet(Laya.SpineVersion.v3_8); this.templet.loadAni(this.aniPath)...

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

82. Uncaught TypeError: e.getStackTrace is not a function [ 80%]

...ncaught getUint16 error - Out of bounds 调用动画结束on方法,报错this.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2017-01-20 16:57 ...

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

83. 火狐浏览器上webgl异常 [ 80%]

...en initialized prior to a partial upload, forcing the browser to clear it. This may be slow. async.race.0._hash.e3a9c451.js%20line%20297%20%3E%20eval:4:30925 Error: WebGL: texSubImage2D: This operation requires zeroing texture data. This is slow. 如题 这可能是什么引起的? 2017-11-20 添...

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

84. destroy 报错 [ 80%]

destroy 报错 for(let i = 1; i<= this.createCountList[floor] ; i++)             {                 let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D;                 if(floor1)                 {   ...

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

85. Uncaught TypeError: tex.once is not a function [ 79%]

...ncaught getUint16 error - Out of bounds 调用动画结束on方法,报错this.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2019-06-24 10:22 ...

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

86. WASM function signature mismatch [ 79%]

...提示TypeError: xxx is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function ide导出ui时,UI代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort is not a function Uncaught TypeError: tex.once is not a function 安卓手机 WASM很多报...

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

87. TypeError: Cannot read property 'length' of null [ 79%]

...预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)获取这个对象时,获取成功,设置对象位...

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

88. drawToCanvas获得的webglcanvas怎么缩小 [ 78%]

drawToCanvas获得的webglcanvas怎么缩小 我通过 this.drawToCanvas(this.width, this.height, 0, 0); 获得了webglcanvas,想整体尺寸缩小一倍,请问怎么操作? 2017-10-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

89. TypeError: ele.render is not a function [ 78%]

...序报错window.focus is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of u...

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

90. TypeError: relativePath is undefined [ 78%]

...tage.SCALE_FULL; Stat.show(); createMap(); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); })(); //创建地图http://layaair.ldc.layabox.com/api/ function createMap() { //创建地图对象 tiledMap = new TiledMap(); mX = mY = 0; //创建地图,适...

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