大约有 1 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0013 秒)
...象) tree.itemRender = Item; //对树形结构赋值 tree.xml = xml; //修改大小 tree.size(300, 300); //修改树的位置 tree.x = (Laya.stage.width - tree.width) / 2; tree.y = (Laya.stage.height - tree.height) / 2; //加载到舞台 Laya.stage.addChild(tree); } } } import laya.ui.Box; import ...
来源: Laya2.0_文档 发布时间: 20210715