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

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

161. laya.ui.ComboBox [ 29%]

...ed Protected Methods Show Inherited Protected Methods MethodDefined By  changeItem():void 更改下拉列表。 ComboBox  changeOpen():void 更改下拉列表的打开状态。 ComboBox changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度...

来源: laya_api 发布时间: 20170929

162. laya.ui.Label [ 28%]

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

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

163. laya.ui.ScrollBar [ 28%]

...垂直方向中心线的距离(以像素为单位)。 UIComponent  changeHandler : Handler滚动变化时回调,回传value参数。ScrollBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sp...

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

164. laya.ui.Button [ 28%]

...ited Protected Methods Show Inherited Protected Methods MethodDefined By changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度量的延迟调用函数。 Component  createChildren():void[override] 创建并添加控件子节点。 Button  ...

来源: laya_api 发布时间: 20170929

165. laya.ui.ComboBox [ 28%]

...rotected Methods Show Inherited Protected Methods MethodDefined By _childChanged(child:Node = null):void[override] UIComponent _sizeChanged():voidUIComponent  changeItem():void 更改下拉列表。 ComboBox  changeOpen():void 更改下拉列表的打开状态。 ComboBox commitMeasure():voi...

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

166. laya.ui.Button [ 28%]

...rotected Methods Show Inherited Protected Methods MethodDefined By _childChanged(child:Node = null):void[override] UIComponent _sizeChanged():voidUIComponent  _skinLoaded():voidButton commitMeasure():void 立即执行影响宽高度量的延迟调用函数。 UIComponent  createChildren():vo...

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

167. laya.ui.List [ 27%]

...示在屏幕之前调用,一般用于延迟计算数据。 Component  changeItem(index:int, source:Object):void 修改单元格数据源。 List clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否...

来源: laya_api 发布时间: 20170929

168. laya.ui.List [ 26%]

...被显示在屏幕之前调用,一般用于延迟计算数据。 Node  changeItem(index:int, source:Object):void 修改单元格数据源。 List clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否...

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

169. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 25%]

...onDecodingFormat reflectionIntensity reflectionTexture type Methods _VolumeChange _addRenderNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner applyReflectionShaderData destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRende...

来源: Laya3.0_api 发布时间: 20231115

170. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 23%]

...简单地显示一行字。为了迎合这一需求,Text提供的名为changeText的方法可以直接跳过排版。 this.text.text="text"; Laya.stage.addChild(this.text); //后面只是更新文字内容,使用changeText能提高性能 this.text.changeText("text changed."); Text.changeText会...

来源: Laya3.0_文档 发布时间: 20231008