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

大约有 821 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

501. 阻止点击穿透问题 [ 49%]

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

502. Laya List给子元素添加事件后,滚动事件被劫持了 [ 49%]

...t default class StoreItem extends Laya.Box { constructor() { super(); this.size(195, 210); }  } 附件 : --> ListDemo.zip 2019-07-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Another 赞同来自: 看...

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

503. Panel使用文档(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 49%]

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

504. 2.1.1版加了3D物理引擎库后创建3个scene3D就报错 [ 49%]

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

505. src/LayaSample.ts(513,21): error TS2694: Namespace 'ui' has no exported member 'ComponentDemoUI'. [ 49%]

...动画出报错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

506. 我看到这段话后,我 [ 49%]

...  //任意属性赋值     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

507. laya2.3图集含空白裁切后,锚点旋转bug,demo重现 [ 49%]

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

508. LayaNative打包Android平台,AudioMix partial wake locks长时间未释放 [ 49%]

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

509. Texture2D.setPixels会导致图片质量变差了,获取原生的pixels没有进行改动。怎么回事呢? [ 49%]

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

510. Panel使用文档(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 49%]

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