大约有 3 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0016 秒)
... = "第{n=1}页"; //显示文本的初始化内容 } onStart(): void { let page: number = 1; Laya.timer.frameLoop(10, this, () => { page += 1; //在定时器中让变量page每次自增1 this.txt.setVar("n", page); //使用setVar方法,让text文本中变量n的值动态改变 }); } } 效果如...
来源: Laya3.0_文档 发布时间: 20241014
...= null, progress: Handler = null): Promise<Scene> { Scene.showLoadingPage(); return Scene.load(url, Handler.create(null, this._onSceneLoaded, [closeOther, complete, param]), progress); } (图2-1) 例如创建名为 OpenScene 的场景,保存在assets路径下 uiDemo/page/OpenScene.ls,...
来源: Laya3.0_文档 发布时间: 20241014
...xtShow.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/page/IframeElement.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/page/UsePanel.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/BagList.lh", type: Laya.Loader.HIERARCHY }, { url: ...
来源: Laya3.0_文档 发布时间: 20241014