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

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

31. 分享-js资源进度加载 [ 44%]

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

32. 一篇了解所有的LayaAir文本组件(TypeScript-LayaAir基础篇(TS)-文本) [ 41%]

...、斜体、对齐等等)作出任何改变的话。那我们可以使用changeText()来替换文本,这个方法会跳过排版直接修改该文本绘制的最后一条指令,从而优化了渲染效率。 示例代码如下: ```typescript this.text.text="原text文本"; Laya.stage.addChil...

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

33. laya.ui.Label [ 28%]

...示在屏幕之前调用,一般用于延迟计算数据。 Component  changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Label clearTimer(caller:*, metho...

来源: laya_api 发布时间: 20170929

34. laya.ui.Label [ 28%]

...被显示在屏幕之前调用,一般用于延迟计算数据。 Node  changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Label clearTimer(caller:*, meth...

来源: Laya2.0_api 发布时间: 20190513

35. UI-RefreshList [ 28%]

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

36. laya.display.Input [ 25%]

...被显示在屏幕之前调用,一般用于延迟计算数据。 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

37. laya.display.Input_API3.0 [ 25%]

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

38. laya.display.Input [ 25%]

...位置。 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

39. laya.display.Text [ 25%]

...位置。 Node addChildren(... args):void 批量增加子节点 Node  changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Text clearTimer(caller:*, method:...

来源: laya_api 发布时间: 20170929

40. laya.display.Text [ 24%]

...被显示在屏幕之前调用,一般用于延迟计算数据。 Node  changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Text clearTimer(caller:*, metho...

来源: Laya2.0_api 发布时间: 20190513