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

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

1161. 使用HtmlDivElement取不到实际大小 [ 45%]

...L文本</span>"; html += "</div>"; p.innerHTML = html; console.log(p.contextHeight) } function showExternalHTML() { var p = new HTMLIframeElement(); Laya.stage.addChild(p); p.href = "../../res/html/test.html"; p.y = 200; } })(); 2017-05-16 0 0 分享 微博 QZONE 微信 cuixueying 赞同...

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

1162. ComboBox属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 45%]

...mboBox); return comboBox; } private onSelect(cb: ComboBox): void { console.log("选中了: " + cb.selectedLabel); } } } new laya.UI_ComboBox(); ```

来源: Laya2.0_文档 发布时间: 20210715

1163. 每次发布小米快游戏,IDE都会重新自动生成main.js,之前在main。js改动的代码就丢失了 [ 45%]

... codeMain.publishProWin2.openDevTools() 2) 发布完成后,拷贝发布log到文件,附加到问题里,我们排查一下 2020-01-07 0 0 分享 微博 QZONE 微信 周少卿 赞同来自: 日志已经上传  发布日志.zip 2020-01-07 0 0 分享 微博 QZONE 微信 kylin 赞同来自: 看...

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

1164. 模拟石头下落过程不明抖动 [ 45%]

...c removeball( ball:Laya.Sprite ){ Laya.stage.removeChild(ball); // console.log("rmove ball") } public getObj():Laya.Sprite { for( let i:number = 0 ; i < this.balls.length;i++ ){ if( !this.balls[i].parent ){ return this.balls[i]; } } let ball = new Laya.Sprite(); ball .graphics.drawRect( 0,0,140,1...

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

1165. 3D物体检测到碰撞后,被碰撞物被移除的时候过30秒再次出现?并添加到舞台 [ 45%]

....1秒后删除 Laya.timer.once(100, null, Wipe); function Wipe() { console.log(other._owner); //移除自己 other._owner.removeSelf(); return; } } else { var move1 = new Laya.Vector3(0.02, 0, 0); var move2 = new Laya.Vector3(-0.02, 0, 0); Laya.timer.once(0, null, Right); Laya.timer.once(50, null, L...

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

1166. Laya.Timer.clear 的源码可能有个问题。 [ 45%]

...clear 即会停止掉该行为的执行 [i] } public b(i:number) { console.log("b " + i); }[/i]  然后我看了一下源码 laya.core.js 中 Timer 类中的相关函数, clear函数只清楚了一个Handler,并没有把其他相同Handler一起清除。 相关源码如下:[i] clear(caller, m...

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

1167. 我在Layasample主类中,检测键盘按下并输出一切正常,可是放到其他类里面则能检测到按键按下,却一直输出undefined [ 45%]

...LayaSample,Test);     }     function Test(e){         console.log(e.keycode);             }   按下按键后一直输出undefined,在入口类里面却能输出对应按键编号,是什么原因呢   2018-02-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

1168. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 45%]

...x) { cell.setImg(cell.dataSource); }   function onSelect(index) { console.log("当前选择的索引:" + index); } })(); 2018-07-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: demo...

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

1169. UI-RadioGroup [ 45%]

...ld(rg); return rg; } private onSelectChange(index: number): void { console.log("你选择了第 " + (index + 1) + " 项"); } } } new laya.UI_RadioGroup();package { import laya.display.Stage; import laya.ui.RadioGroup; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_RadioGroup { p...

来源: Laya_示例 发布时间: 20241120

1170. UI-RadioGroup [ 45%]

...ld(rg); return rg; } private onSelectChange(index: number): void { console.log("你选择了第 " + (index + 1) + " 项"); } } } new laya.UI_RadioGroup();package { import laya.display.Stage; import laya.ui.RadioGroup; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_RadioGroup { p...

来源: Laya2.0_示例 发布时间: 20241120