大约有 821 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(448) Laya3.0_api(77) laya_api(70) Laya2.0_api(64) Laya2.0_文档(50) Laya2.0_示例(39) Laya_示例(37) Laya3.0_文档(36)
...yer = new Sprite(); this.prizeAlertLayer.zOrder = 90; this.prizeAlertLayer.size(W, H); let bg = new Sprite(); bg.alpha = 0.8; bg.graphics.drawRect(0,0,W,H,"#000000"); this.prizeAlertLayer.addChild(bg); this.prizeAlertLayer.addChild(Main.items["prizeinfo"]); Laya.stage.addChild(this.prizeAlertLaye...
来源: Laya_社区 发布时间: 20180601
...t default class StoreItem extends Laya.Box { constructor() { super(); this.size(195, 210); } } 附件 : --> ListDemo.zip 2019-07-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Another 赞同来自: 看...
来源: Laya_社区 发布时间: 20190711
...graphics.drawRect(0, 0, 100, 100, "#ffcccc"); //给panel设置宽高 panel.size(100, 100); //给panel设置滚动条皮肤 panel.vScrollBarSkin = "comp/vscroll.png"; //将panel添加到stage上 Laya.stage.addChild(panel); //实例化Image组件 var img = new Laya.Image(); //给image添加皮肤 img....
来源: Laya2.0_文档 发布时间: 20210715
... (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_社区 发布时间: 20191022
...动画出报错Uncaught getUint16 error - Out of bounds Error: asBitmap no size! LayaAirIDE2.2 - Laya3D init error ,must support webGL Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 IDE不能运行调试提示:Chrome e...
来源: Laya_社区 发布时间: 20180620
... //任意属性赋值 dataSource={label2:{text:"改变了label",size:14},checkbox2:{selected:true,x:10}}; */ __getset(0,__proto,'dataSource',function(){ return this._dataSource; },function(value){ this._dataSource=value; ...
来源: Laya_社区 发布时间: 20190803
...tx; sp.pivot(291,291);//锚点设中心 sp.size(582,582);//设置原图大小 这样设锚点是中心点了,但是显示被放大了 sp.pos(Laya.stage.width/2,0); Laya.stage.addChild(sp); Laya.timer.frameLoop(2,null,f...
来源: Laya_社区 发布时间: 20191112
...adb shell dumpsys power|Select-String Wake过滤) 会看到: Wake Locks: size=1 PARTIAL_WAKE_LOCK 'AudioMix' (uid=1013, pid=0, ws=WorkSource{10357}) 一直得不到释放! 随便下载其他引擎做的app游戏,会发现运行的时候有AudioMix存在,锁屏或切后...
来源: Laya_社区 发布时间: 20211228
...Image = new Laya.Image(); image.source = tex2; image.name = "waken"; image.size(823,492); image.centerX=0; image.centerY=1; thisObj.addChild(image); }; /**加载完图片后点击事件重新设置pixels*/ var imageNode:Laya.Image = this.getChildByName("waken") as Laya.Image; var imageSprite:Laya.Sp...
来源: Laya_社区 发布时间: 20190923
...graphics.drawRect(0, 0, 100, 100, "#ffcccc"); //给panel设置宽高 panel.size(100, 100); //给panel设置滚动条皮肤 panel.vScrollBarSkin = "comp/vscroll.png"; //将panel添加到stage上 Laya.stage.addChild(panel); //实例化Image组件 var img: Laya.Image = new Laya.Image(); //给image添...
来源: Laya2.0_文档 发布时间: 20210715