• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1 项符合查询结果, 库内数据总量为 30,723 项。 (搜索耗时: 0.0009 秒)

1. IDE-显示IDE创建的界面 [ 100%]

...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