大约有 92 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0028 秒)
...对象内。 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
...表。 } (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