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

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

1. laya.ui.List_API3.0 [ 100%]

...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box { public function Item() { graphics.drawRect(0, 0, 100, 20,null, "#ff0000"); var label:Label = new Label(...

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

2. laya.ui.ComboBox_API3.0 [ 68%]

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

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

3. laya.ui.Tree_API3.0 [ 59%]

...ue: any[]): void Defined in laya/ui/Tree.ts:319 列表数据源,只包含当前可视节点数据。 Returns any[] Defined in laya/ui/Tree.ts:323 列表数据源,只包含当前可视节点数据。 Parameters value: any[] Returns void bgColor get bgColor(): string set bgColor(value: string): vo...

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

4. laya.ui.Box_API3.0 [ 46%]

...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定 Node 节点对象 。 Parameters node: Node 指定 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定 Node 节点对象 。 customRender customRender(context:...

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

5. laya.display.Input_API3.0 [ 40%]

...文本超出宽高后,未尾几位字符会替换为省略号,表示当前文本还有未显示内容 Returns string Inherited from Text.overflow Defined in laya/display/Text.ts:626 指定文本超出文本域后行为 tips: 值为:可见visible、隐藏hidden、滚动:scroll、自动...

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