大约有 854 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0054 秒)
Laya_社区(461) Laya3.0_api(77) laya_api(70) Laya2.0_api(64) Laya3.0_文档(56) Laya2.0_文档(50) Laya2.0_示例(39) Laya_示例(37)
...动画出报错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
...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
...遮罩bar的进度条设了遮罩不起作用 Sprite中的width,height和size(width,height)感觉没作用啊 小游戏的后台切换事件名是什么?? 问题状态 最新活动: 2017-07-19 12:15 浏览: 2224 关注: 4 人 cuixueying • 2017-07-19 14:14 可以用,你是遇到什么...
来源: Laya_社区 发布时间: 20161208
...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
... 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
...快修复吗? 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
... (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
...支持Google Play 16 KB 页面 developer.android.com/guide/practices/page-sizes?hl=zh-cn#test Laya引擎是否支持? 麻烦大佬们解答一下 附件 : --> 2025-09-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20250902
....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 >...
来源: Laya_社区 发布时间: 20170820
...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