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

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

281. laya.ui.ViewStack_API3.0 [ 26%]

...象内。 initItems initItems(): void Defined in laya/ui/ViewStack.ts:69 始化视图对象集合。 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya/display/Node.ts:446 检查本节点是否是某个节点的上层节点 Parameters node...

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

282. laya.ui.RadioGroup_API3.0 [ 25%]

...): void Inherited from UIGroup.initItems Defined in laya/ui/UIGroup.ts:168 始化项对象们。 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya/display/Node.ts:446 检查本节点是否是某个节点的上层节点 Parameters node: No...

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

283. laya.ui.Tab_API3.0 [ 25%]

...): void Inherited from UIGroup.initItems Defined in laya/ui/UIGroup.ts:168 始化项对象们。 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya/display/Node.ts:446 检查本节点是否是某个节点的上层节点 Parameters node: No...

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

284. laya.ui.UIGroup_API3.0 [ 25%]

...对象内。 initItems initItems(): void Defined in laya/ui/UIGroup.ts:168 始化项对象们。 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya/display/Node.ts:446 检查本节点是否是某个节点的上层节点 Parameters node: No...

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

285. laya.ui.Tree_API3.0 [ 23%]

...表。 } (function (_super) { function Item() { Item.__super.call(this);//始化父类。 this.right = 0; this.left = 0; var selectBox = new laya.ui.Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox";//设置 selectBox 的name 为“selectBox”时,将被识别为树结...

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

286. laya.ui.Dialog_API3.0 [ 22%]

...ialog。 function Dialog_Instance() { Dialog_Instance.__super.call(this);//始化父类 var bg = new laya.ui.Image("resource/ui/bg.png");//新建一个 Image 类的实例 bg 。 bg.sizeGrid = "10,40,10,5";//设置 bg 的网格信息。 bg.width = 150;//设置 bg 的宽度。 bg.height = 250;//设...

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