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

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

1. 项目做了一周.然后打不开了.怎么办? [ 100%]

...th a status of 404 (Not Found) E:\laya\ide\LayaAirIDE_1.7.15\resources\app\out\layarepublic\toolbar\extension.js:66 Problem retrieving XML data E:\laya\ide\LayaAirIDE_1.7.15\resources\app\out\codeextension\servicecount\extension.js:3 servicecount extension disabled! Instead of layaEditor/da/extensio...

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

2. Button连续点击触发MOUSE_OUT事件问题 [ 99%]

Button连续点击触发MOUSE_OUT事件问题 项目中给“Button”分别添加了MOUSE_OVER, MOUSE_OUT,CLICK事件,业务需求是鼠标移到按钮上显示悬浮框,移出按钮关闭悬浮框,但现遇到一个问题,鼠标正常从按钮上移入,移出都没问题,只要在按...

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

3. 3d 设置相机正交投影,在使用3d转2d 坐标转换不成功 [ 99%]

...样判断 z<0 || z>1 __proto.worldToViewportPoint=function(position,out){ Matrix4x4.multiply(this._projectionMatrix,this._viewMatrix,this._projectionViewMatrix); this.viewport.project(position,this._projectionViewMatrix,out); var outE=out.elements; if (out.z < 0.0 || out.z > 1.0){ outE[0...

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

4. out.writeShort is not a function [ 98%]

out.writeShort is not a function var out:ArrayBuffer = new ArrayBuffer(); out.writeShort(0);  out.writeByte(0); out.writeInt(10011);   Uncaught TypeError: out.writeShort is not a function   麻烦告诉下是哪里的问题,谢谢。 2017-06-02 添加评论 免费帖 --> 分享 微博 QZONE ...

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

5. out.writeShort is not a function [ 98%]

out.writeShort is not a function var out:ArrayBuffer = new ArrayBuffer(); out.writeShort(0);  out.writeByte(0); out.writeInt(10011);   Uncaught TypeError: out.writeShort is not a function   麻烦告诉下是哪里的问题,谢谢。 2017-06-02 添加评论 免费帖 --> 分享 微博 QZONE ...

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

6. destination-out的抠图为什么会抠掉后面的所有图 [ 97%]

destination-out的抠图为什么会抠掉后面的所有图 destination-out的抠图为什么会抠掉后面的所有图,会看到舞台背景色,但是我想看到场景背景,但是现在场景背景也抠掉了。 附件中黑色镂空的为现在效果,镂空绿色区域,看到红色...

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

7. readUTFBytes error - Out of bounds [ 97%]

readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...

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

8. GL ERROR :GL_INVALID_OPERATION : glDrawElements: [ 97%]

...834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [file:///E:/SVN/ZQ2/client2.0/bin/index.html]   [.Offscreen-For-WebGL-0834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [fil...

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

9. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory [ 96%]

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 在项目发布时,LayaIDE内存占用上升至1G,然后报错:=mediumFATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory   附件 : --> 2018-06-16 添加评论 悬赏 --> 分享...

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

10. 鼠标事件out ,move 发生再up事件之后 [ 96%]

鼠标事件out ,move 发生再up事件之后 一个页面,绑定事件  initEvent() {         this.bubbleView.on(Laya.Event.MOUSE_MOVE, this, this.mouseMoveCallback);         this.bubbleView.on(Laya.Event.MOUSE_UP, this, this.mouseUpCallback);         this.bubbleV...

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