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

大约有 854 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0054 秒)

411. Error: Set breakpoints request timed out [ 54%]

...动画出报错Uncaught getUint16 error - Out of bounds Error: asBitmap no size! 切换场景编辑器时 Laya3D init error must support webGl LayaAirIDE2.2 - Laya3D init error ,must support webGL unity导出的场景在手机上提示"request:fail invalid url" 同一个Graphics里面绘制超过200...

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

412. for each error ,must add { } [ 54%]

...t LayaAirIDE2.2 - Laya3D init error ,must support webGL Error: asBitmap no size! Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 IDE不能运行调试提示:Chrome error: Error:... spine动画转换失败,加载错误:...

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

413. laya.js.exe的outlaya=true是什么作用 [ 54%]

...遮罩bar的进度条设了遮罩不起作用 Sprite中的width,height和size(width,height)感觉没作用啊 小游戏的后台切换事件名是什么?? 问题状态 最新活动: 2017-07-19 12:15 浏览: 2224 关注: 4 人 cuixueying • 2017-07-19 14:14 可以用,你是遇到什么...

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

414. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 54%]

...s[MiniAdpter] already exist: Object code.js:25623 ShaderCompile use time:5 size:4472/6067 code.js:25623 ShaderCompile use time:3 size:177/148 code.js:92311 Warning: discard property,please use transform's property instead. code.js:21065 Object WAGame.js:3 gameThirdScriptError Sprite3D: The .lh file ...

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

415. exception info:[SyntaxError: JSON Parse error: Expected '}'] at line 22 [ 54%]

... IDE不能运行调试提示:Chrome error: Error:... Error: asBitmap no size! 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds atlas目录下.json文件与.atlas的区别 切换场景编辑器时 Laya3D init error must support webGl 问题状态 最新活动: 2017-09-14 20:41 ...

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

416. [LayaAir3]3.3版本绘制矢量图有BUG [ 54%]

...快修复吗?         const sp = new Laya.Sprite();         sp.size(Laya.stage.width, Laya.stage.height);         sp.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, '0xff0000');         Laya.stage.addChild(sp); 附件 : --> 2025-07-31 添加评论 免费帖 --> 分享 ...

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

417. 3d物理引擎报错 [ 54%]

... (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with  -s ABORTING_MALLOC=0 "...

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

418. [LayaAirIDE2]Laya2.13 是否支持Google Play 16 KB 页面 [ 54%]

...支持Google Play 16 KB 页面 developer.android.com/guide/practices/page-sizes?hl=zh-cn#test   Laya引擎是否支持? 麻烦大佬们解答一下 附件 : --> 2025-09-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

419. textinput动态修改宽度 会出现重叠的文字 [ 54%]

....TextInput = new Laya.TextInput(); input.skin = "new/textinput.png"; input.sizeGrid = "50, 50, 50, 50"; input.fontSize = 80; input.size(128, 128); input.align = "center"; input.on(Laya.Event.INPUT, this, this.input, [input]); private input(input:Laya.TextInput, event:Event){ if(input.text.length &gt...

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

420. Panel的滚动条皮肤问题 [ 54%]

...panelContent)); function panelContent() { panel = new _this.Panel(); panel.size(1081, 507); panel.pos(153, 141); panel.zOrder = 21; panel.vScrollBarSkin = 'images/scrollbar.png'; panel.vScrollBar.elasticDistance = 100; Laya.stage.addChild(panel); // 0为说明 1为排行 内容部分 switch(num){ ca...

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