大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0010 秒)
...or); console.log("\n"); this.proessXML(xmlValue); } // 使用xml proessXML(source) { const Utils = Laya.Utils; let xml; try { xml = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } this.printDirectChildren(xml); } // 打印直接子级 printDirectChildren(xml) { let ...
来源: Laya2.0_示例 发布时间: 20241118
...se); } private onAssetLoaded(texture: Texture): void { console.log(texture.source); // 恢复默认并发加载个数。 if (++this.numLoaded == 3) { Laya.loader.maxLoader = 5; console.log("All done."); } } } } new laya.Loader_Sequence();package { import laya.resource.Texture; import laya.utils.Hand...
来源: Laya2.0_示例 发布时间: 20241118