大约有 39 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0062 秒)
...rotected Methods Show Inherited Protected Methods MethodDefined By _childChanged(child:Node = null):void[override] UIComponent _sizeChanged():voidUIComponent _skinLoaded():voidUIGroup commitMeasure():void[override] 立即执行影响宽高度量的延迟调用函数。 UIGroup createChildr...
来源: Laya2.0_api 发布时间: 20190513
...简单地显示一行字。为了迎合这一需求,Text提供的名为changeText的方法可以直接跳过排版。 this.text.text="text"; Laya.stage.addChild(this.text); //后面只是更新文字内容,使用changeText能提高性能 this.text.changeText("text changed."); Text.changeText会...
来源: Laya3.0_文档 发布时间: 20241014
...ddIndent addIndent:1 增加缩进,单位是层级,注意不是像素 onChange onChange: "onChangeTest" 当属性改变时,调用名称为onChangeTest的函数。函数需要在当前组件类上定义 代码示例如下(只列出上文没有介绍过的): //隐藏控制 @property({ type:...
来源: Laya3.0_文档 发布时间: 20241014
...ed Protected Methods Show Inherited Protected Methods MethodDefined By changeItem():void 更改下拉列表。 ComboBox changeOpen():void 更改下拉列表的打开状态。 ComboBox changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度...
来源: laya_api 发布时间: 20170929
...ited Protected Methods Show Inherited Protected Methods MethodDefined By changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度量的延迟调用函数。 Component createChildren():void[override] 创建并添加控件子节点。 Button in...
来源: laya_api 发布时间: 20170929
...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
...ited Protected Methods Show Inherited Protected Methods MethodDefined By changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度量的延迟调用函数。 Component createChildren():void[override] 创建并添加控件子节点。 Button in...
来源: laya_api 发布时间: 20170929
...rotected Methods Show Inherited Protected Methods MethodDefined By _childChanged(child:Node = null):void[override] UIComponent _sizeChanged():voidUIComponent _skinLoaded():voidButton commitMeasure():void 立即执行影响宽高度量的延迟调用函数。 UIComponent createChildren():void[o...
来源: Laya2.0_api 发布时间: 20190513
...TextInput = this._panel.getChild("TextInput").getChild("title"); input.on("changed", () => { console.log("改变了!"); }) } } 四、程序化生成界面 4.1 常用方法 除了使用UI编辑器制作界面,也可以使用代码的方式去创建一些常用的UI组件,它们在IEditor.GUI...
来源: Laya3.0_文档 发布时间: 20241014