大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
...s Main { public function Main() { //初始化引擎 Laya.init(600, 400); //加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //示例UI界面 var testView:TestView = new TestView(); L...
来源: Laya2.0_示例 发布时间: 20200319