大约有 45 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
Laya_社区(25) laya_api(5) Laya2.0_api(5) Laya2.0_文档(4) Laya3.0_api(2) Laya2.0_示例(2) Laya3.0_文档(1) Laya_示例(1)
...AssetsLoading(progress) { this.Progress.changeBar(progress); this.Progress.changeText(progress) } onAssetsLoaded() { alert('加载完毕'); //==================== this.Socket = new Socket(); //==================== } } new GameMain(); 附件 : --> TS进度.rar 2017-12-17 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20171217
...、斜体、对齐等等)作出任何改变的话。那我们可以使用changeText()来替换文本,这个方法会跳过排版直接修改该文本绘制的最后一条指令,从而优化了渲染效率。 示例代码如下: ```typescript this.text.text="原text文本"; Laya.stage.addChil...
来源: Laya2.0_文档 发布时间: 20210715
...示在屏幕之前调用,一般用于延迟计算数据。 Component changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Label clearTimer(caller:*, metho...
来源: laya_api 发布时间: 20170929
...被显示在屏幕之前调用,一般用于延迟计算数据。 Node changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Label clearTimer(caller:*, meth...
来源: Laya2.0_api 发布时间: 20190513
...ource(value) { super.dataSource = value; if (!value) return; this.LmsgTime.changeText(value.msgTime.text); this.LmsgTitle.changeText(value.msgTitle.text); this.redHot.visible = value.avatar.redHot.visible; } }
来源: Laya2.0_示例 发布时间: 20241117
...被显示在屏幕之前调用,一般用于延迟计算数据。 Node changeText(text:String):void[override] Input clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对...
来源: Laya2.0_api 发布时间: 20190513
...hildAt addChildren addComponent addComponentInstance bubbleEvent callLater changeText clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getCompon...
来源: Laya3.0_api 发布时间: 20231115
...位置。 Node addChildren(... args):void 批量增加子节点 Node changeText(text:String):void[override] Input clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对...
来源: laya_api 发布时间: 20170929
...位置。 Node addChildren(... args):void 批量增加子节点 Node changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Text clearTimer(caller:*, method:...
来源: laya_api 发布时间: 20170929
...被显示在屏幕之前调用,一般用于延迟计算数据。 Node changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Text clearTimer(caller:*, metho...
来源: Laya2.0_api 发布时间: 20190513