大约有 850 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0055 秒)
Laya_社区(460) Laya3.0_api(77) laya_api(70) Laya2.0_api(64) Laya3.0_文档(53) Laya2.0_文档(50) Laya2.0_示例(39) Laya_示例(37)
...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
...l LayaAirIDE2.2 - Laya3D init error ,must support webGL Error: asBitmap no size! 问题状态 最新活动: 2019-09-26 11:27 浏览: 868 关注: 1 人
来源: Laya_社区 发布时间: 20190926
...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
...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