大约有 925 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
Protobuf decode报错 使用protobuff 连接socket , socket约定的格式:length(整形),消息号(整形) ,消息体(buffer) 1.发送给服务器正常,也可以接受到服务区的消息 //已经加载完了.proto文件 var awesomMsg:any=root.lookup("com.lll.game....
来源: Laya_社区 发布时间: 20171113
2.2.0 bata3版本,new Laya.Particle2D 报错 2.2.0 bata3版本,在IDE中新建粒子,然后在游戏中创建就会报错。 Laya.loader.load("xxx.part", Laya.Handler.create(this, (settings: Laya.ParticleSetting) => { let particle = new Laya.Particle2D(settings); }), null, Laya.Loader.JSON...
来源: Laya_社区 发布时间: 20190813
win10 x64 企业版 双击 LayaAirIDE-win-x64-3.0.0-beta.4.exe 安装直接报错 win10 x64 企业版 双击 LayaAirIDE-win-x64-3.0.0-beta.4.exe 安装直接报错 请问你们是在搞笑么? 附件 : --> 2023-02-20 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20230220
laya.core.js报错:value._addReference is not a function 偶发性错误。 打开新场景时报错laya.core.js:15911 Uncaught (in promise) TypeError: value._addReference is not a function at Texture.<anonymous> (laya.core.js:15911) at Texture.__proto._onLoaded (laya.core.js:15...
来源: Laya_社区 发布时间: 20200201
解析sk资源报错 GameDemo.max.js:21170 Uncaught RangeError: Offset is outside the bounds of the DataView 代码: package com.ppt.components.role { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; public class CombatR...
来源: Laya_社区 发布时间: 20170204
[0]自定义Shader暴露StencilOp参数后材质报错 ①Demo中新建了一个自定义Shader:StencilShader,并在uniformMap中尝试暴露MaterialParser中提到的Stencil参数——s_StencilOp(Vector3); ②新建材质球,材质将引用的Shader修改为StencilUnlit; ③...
来源: Laya_社区 发布时间: 20231107
linux执行cmd报错 type: Linux appPath: /usr/lib/node_modules/layaair-cmd/ProjectExportTools/ openProject: /home/coding/workspace/game/laya/.laya loadProject: /home/coding/workspace/game/laya/.laya assetsPath: /home/coding/workspace/game/laya/assets PageStyleManager 读取文件/home/coding/works...
来源: Laya_社区 发布时间: 20180428
【laya2.0】请问drawToCanvas方法改了吗? var htmlCanvas=this.p6_work.drawToCanvas(575,1023,0,0); var canvas=htmlCanvas.getCanvas(); var base64=canvas.toDataURL("image/png"); 报错:Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGLRenderingContext': parameter 2 is not of type ...
来源: Laya_社区 发布时间: 20181010
HTMLIframeElement 使用出错?请大神指点 var HTMLIframeElement = Laya.HTMLIframeElement; var iHtml = new HTMLIframeElement(); Laya.stage.addChild(iHtml); iHtml.href="http://www.baidu.com"; 一启动运行就现以下错误 Error processing "variables": TypeError: Cannot read property 'le...
来源: Laya_社区 发布时间: 20171203
[LayaAir3][3.x]刚体不勾选凸面时报错且无效,勾选凸面后碰撞外形差异过大 如图,前半部分演示了刚体勾选凸面后,碰撞外形差异过大,后半部分演示了不勾选凸面的刚体运行时会报红色错误,并且碰撞失效. 附件 : --> 2024-08-05 添加评...
来源: Laya_社区 发布时间: 20240805