大约有 48 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)
...可以使用如下语法:spr.scale(...).pos(...); Sprite select():void选中输入框内的文本。TextInput setBounds(bound:Rectangle):void 设置对象在自身坐标系下的边界范围。与 getSelfBounds 对应。当 autoSize==true 时,会影响对象宽高。设置后,当需要获...
来源: laya_api 发布时间: 20170929
...Class CheckBox CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 example 以下示例代码,创建了一...
来源: Laya3.0_api 发布时间: 20231115
...使用如下语法:spr.scale(...).pos(50, 100); Sprite select():void选中输入框内的文本。TextInput setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node setSelection(startIndex:int, endIndex:int):voidTextInput setSelfBounds(bound:Rectangle):void 设置对...
来源: Laya2.0_api 发布时间: 20190513
...cted(value: boolean): void Defined in laya/ui/Button.ts:444 表示按钮的选中状态。 如果值为true,表示该对象处于选中状态。否则该对象处于未选中状态。 implements Returns boolean Defined in laya/ui/Button.ts:448 表示按钮的选中状态。 如果值为true,表...
来源: Laya3.0_api 发布时间: 20231115
...选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBas...
来源: Laya3.0_api 发布时间: 20231115
...自动刷新,无需代码。例如: //下面是UI进程代码 //获取选中的节点 let node = Editor.scene.getSelection()[0]; //修改节点属性,场景里的对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里的对象会自动同步,无需手动 nod...
来源: Laya3.0_文档 发布时间: 20241014
...源 this.refreshList.array = _arr; this.refreshList.scrollTo(line); //将选中索引设定为该索引 this.refreshList.selectedIndex = index; //恢复滚动条到原位 this.scrollBarIsStop = false; this.refreshList.scrollBar.backToNormal(); this.refreshLoading.visible = false; }); }); } onClickFl...
来源: Laya2.0_示例 发布时间: 20241117
...rite scrollTo(y:Number):void滚动到某个位置TextArea select():void选中输入框内的文本。TextInput setBounds(bound:Rectangle):void 设置对象在自身坐标系下的边界范围。与 getSelfBounds 对应。当 autoSize==true 时,会影响对象宽高。设置后,当需要获...
来源: laya_api 发布时间: 20170929
...rite scrollTo(y:Number):void滚动到某个位置TextArea select():void选中输入框内的文本。TextInput setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node setSelection(startIndex:int, endIndex:int):voidTextInput setSelfBounds(bound:Rectangle):void 设置对...
来源: Laya2.0_api 发布时间: 20190513
...0开始依次代表:单元格悬停状态图(白色)、单元格未选中状态图。 (图1-1) 折叠箭头切片动画 Clip 资源(clip_tree_arrow.png): 切片数为2,切片索引从0开始依次代表:文件夹节点折叠状态图、文件夹节点展开状态图。 (图1-2...
来源: Laya3.0_文档 发布时间: 20241014