大约有 22 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0080 秒)
# 属性设置器 属性设置器是我们查看并编辑当前选中组件属性的工作区域。在场景编辑器或层级管理器中选中组件,就会在属性设置器中显示该组件的属性以供查询和编辑。 属性设置器面板如图1所示,从上到下通常为: 组...
来源: Laya2.0_文档 发布时间: 20210714
...选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBas...
来源: 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
...显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png",laya.utils.Handle...
来源: Laya3.0_api 发布时间: 20231115
...可以使用如下语法:spr.scale(...).pos(...); Sprite select():void选中输入框内的文本。TextInput setBounds(bound:Rectangle):void 设置对象在自身坐标系下的边界范围。与 getSelfBounds 对应。当 autoSize==true 时,会影响对象宽高。设置后,当需要获...
来源: laya_api 发布时间: 20170929
...自动刷新,无需代码。例如: //下面是UI进程代码 //获取选中的节点 let node = Editor.scene.getSelection()[0]; //修改节点属性,场景里的对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里的对象会自动同步,无需手动 nod...
来源: Laya3.0_文档 发布时间: 20241014
...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
...rite scrollTo(y:Number):void滚动到某个位置TextArea select():void选中输入框内的文本。TextInput setBounds(bound:Rectangle):void 设置对象在自身坐标系下的边界范围。与 getSelfBounds 对应。当 autoSize==true 时,会影响对象宽高。设置后,当需要获...
来源: laya_api 发布时间: 20170929
... int 表示当前选择的项索引。 Tree selectedItem : Object 当前选中的项对象的数据源。 Tree selectedPath : String[read-only] 表示选择的树节点项的path属性值。 Tree skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite skewY : Number垂...
来源: Laya2.0_api 发布时间: 20190513
...ny set selectedItem(value: any): void Defined in laya/ui/List.ts:856 当前选中的单元格数据源。 Returns any Defined in laya/ui/List.ts:861 当前选中的单元格数据源。 Parameters value: any Returns void selection get selection(): UIComponent set selection(value: UIComponent): void ...
来源: Laya3.0_api 发布时间: 20231115