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

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

1291. list中加的button不能接收点击事件 求一个list中加button的demo [ 52%]

...ler = new Handler(this, this.onSelect);                 this.addChild(list);         list.array = data;       }     updateListItem(cell: BagItem, index: number):void{         console.log("3333333333333");         if (cell.useBtn.clickHandler == undefined) {...

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

1292. 关于Graphics中drawPath方法使用arcTo的bug [ 52%]

...   尝试了一下,这个参数 let sp = new Laya.Sprite(); Laya.stage.addChild(sp);   var dx = 0; var dy = 0; var x0 = 100 + dx; var y0 = 100 + dy; var x1 = x0 + 100; var y1 = y0; var x2 = x0; var y2 = y0 + 100;   var r = 50; let path = [ ["moveTo", x0, y0], ["arcTo", x1, y1, x2, y2, r], ["lin...

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

1293. 模仿教程里的打地鼠写的代码,运行报错 [ 52%]

...; function onLoaded(){ //实例化 var tempBG=new background(); Laya.stage.addChild(tempBG); } })();在background.js里是这样写的 var background = (function (_super) { function background() { background.super(this); } Laya.class(background,"background",_super); return background; })(ui.backgrou...

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

1294. 我看到这段话后,我 [ 52%]

...戏后没有显示,怎么解决 sprite设置了cacheas,removechild再addchild之后原先设置的cacheas无效,通过监测面板可以看到。请问这是不是bug? Laya中Panel控件在设计模式下,添加字内容界面。可以操作出拖动效果吗?就像可以在设计模式...

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

1295. 2.0字体比较小的时候,某些字显示不全 [ 52%]

...xtWidth) / 2; txt.y = (Laya.stage.height - txt.textHeight) / 2; Laya.stage.addChild(txt); } } }上面是我的简单测试代码: 图片是2.0版本和1.8版本的字体显示对比。 2.0版本的ggg下面部分都被截断了。     附件 : --> 2019-06-06 添加评论 免费帖 --> 分享 微...

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

1296. LayaNative端使用.ttf字体 [ 52%]

...哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈!"; Laya.stage.addChild(text); text.width=100; text.height=100; } } } 2016-12-19 0 6 分享 微博 QZONE 微信 皮 赞同来自: Browser.window.conch这个是未定义的,不会执行Browser.window.conch.setFontFaceFromBuffer("hu",arr);...

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

1297. ui组件list数据源的疑问 [ 52%]

...le:"NO."+i}); } console.log(test.m_list) test.m_list.array=arr; Laya.stage.addChild(test); test.show(); })(); 但没有出来想看到的效果,个人对这个list.array不是很理解,我翻看了官网的其他文档和实例,也没能理解,请指点下,这个list.array我应该按照...

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

1298. HTMLDivElement中image标签多次赋值报错 [ 52%]

... } function createParagraph() { var p = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = '<span style="color:black;font-weight:bold;font:24px Arial">  a paragraph from external html.</span>\ <br/>\ <span s...

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

1299. 加载.ls场景文件,销毁场景,再加载同一场景,想恢复初始状态,结果报错【附Demo】 [ 52%]

... at Scene3D.__proto._setParent (laya.core.js:18511)     at Stage.__proto.addChild (laya.core.js:13290)     at Main.Complete3D (Main.ts:48)     at Handler.__proto.runWith (laya.core.js:1400)     at LoaderManager.__proto._createOne (laya.core.js:14594)     at LoaderManager.__proto._create (l...

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

1300. 关于Dialog的closeHandler问题 [ 52%]

....removeChildren(); if (dialog.popupCenter)this._centerDialog(dialog); this.addChild(dialog); if (dialog.isModal || this._$P["hasZorder"])this.timer.callLater(this,this._checkMask); this.popupEffect && this.popupEffect(dialog); this.event(/*laya.events.Event.OPEN*/"open"); }这个是源码ope...

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