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

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

11. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 82%]

# 属性设置器 ​ 属性设置器是我们查看并编辑当前选中组件属性工作区域。在场景编辑器或层级管理器中选中组件,就会在属性设置器中显示该组件属性以供查询和编辑。 属性设置器面板如图1所示,从上到下通常为: 组...

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

12. laya.ui.Radio_API3.0 [ 82%]

...选择。 用户一次只能选择 Radio 组中一个成员。选择未选中组成员将取消选择该组中当前所选 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBas...

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

13. laya.ui.TextInput [ 65%]

...使用如下语法: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

14. laya.ui.ComboBox_API3.0 [ 64%]

...显示列表。 } 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

15. laya.ui.TextInput [ 62%]

...可以使用如下语法:spr.scale(...).pos(...); Sprite  select():void选中输入框内文本。TextInput setBounds(bound:Rectangle):void 设置对象在自身坐标系下边界范围。与 getSelfBounds 对应。当 autoSize==true 时,会影响对象宽高。设置后,当需要获...

来源: laya_api 发布时间: 20170929

16. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 59%]

...自动刷新,无需代码。例如: //下面是UI进程代码 //获取选中节点 let node = Editor.scene.getSelection()[0]; //修改节点属性,场景里对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里对象会自动同步,无需手动 nod...

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

17. laya.ui.TextArea [ 58%]

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

18. laya.ui.TextArea [ 55%]

...rite  scrollTo(y:Number):void滚动到某个位置TextArea select():void选中输入框内文本。TextInput setBounds(bound:Rectangle):void 设置对象在自身坐标系下边界范围。与 getSelfBounds 对应。当 autoSize==true 时,会影响对象宽高。设置后,当需要获...

来源: laya_api 发布时间: 20170929

19. laya.ui.Tree [ 55%]

... int 表示当前选择项索引。 Tree  selectedItem : Object 当前选中项对象数据源。 Tree  selectedPath : String[read-only] 表示选择树节点项path属性值。 Tree skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite skewY : Number垂...

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

20. laya.ui.List_API3.0 [ 50%]

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