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

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

411. 微信小游戏默认项目代码添加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

412. 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

413. [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

414. 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

415. [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

416. 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

417. 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

418. JCHtml5Context::drawImage get image error,imgid:125 [ 53%]

...l LayaAirIDE2.2 - Laya3D init error ,must support webGL Error: asBitmap no size! 问题状态 最新活动: 2019-09-26 11:27 浏览: 868 关注: 1 人

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

419. 舞台上有个label,我能通过截图保存成图片么 [ 53%]

...cs.drawRect(0,0,200,200,"#EEFF00"); var label:Label=new Label(); label.fontSize=60; label.text="666"; label.bold=true; label.color="#000000"; sp.addChild(label); sp.size(200,200); Laya.stage.addChild(sp); Laya.timer.frameLoop(60,this,function():void{ var htmlC:HTMLCanvas=sp.drawToCanvas(200,200,0,0)...

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

420. 一个关于getPixels的问题 [ 53%]

...t.text = "000000"; Laya.stage.addChild(txt);  var spr = new Sprite(); spr.size(50, 50); Laya.stage.addChild(spr);  spr.texture = "images/circle.png";  txt.text = spr.texture.getPixels(25,25,1,1);希望通过使用getPixels方法使txt的文本内容变成spr.texture的(25,25)处的那一像素。...

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