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

大约有 10 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0064 秒)

1. runTime使用(JavaScript-IDE篇(JS)-组件化开发相关) [ 100%]

...dth, GameConfig.height, Laya["WebGL"]); Laya["Physics"] && Laya["Physics"].enable(); Laya["DebugPanel"] && Laya["DebugPanel"].enable(); Laya.stage.scaleMode = GameConfig.scaleMode; Laya.stage.screenMode = GameConfig.screenMode; Laya.stage.alignV = GameConfig.alignV; Laya.stage.alignH = GameConfig.al...

来源: Laya2.0_文档 发布时间: 20210715

2. runTime使用(TypeScript-IDE篇(TS)-组件化开发相关) [ 95%]

...dth, GameConfig.height, Laya["WebGL"]); Laya["Physics"] && Laya["Physics"].enable(); Laya["DebugPanel"] && Laya["DebugPanel"].enable(); Laya.stage.scaleMode = GameConfig.scaleMode; Laya.stage.screenMode = GameConfig.screenMode; //打开调试面板(通过IDE设置调试模式,或者url地址增...

来源: Laya2.0_文档 发布时间: 20210715

3. runTime使用(ActionScript-IDE篇(AS3)-组件化开发相关) [ 93%]

...dth, GameConfig.height, Laya["WebGL"]); Laya["Physics"] && Laya["Physics"].enable(); Laya["DebugPanel"] && Laya["DebugPanel"].enable(); Laya.stage.scaleMode = GameConfig.scaleMode; Laya.stage.screenMode = GameConfig.screenMode; Laya.stage.alignV = GameConfig.alignV; Laya.stage.alignH = GameConfig.al...

来源: Laya2.0_文档 发布时间: 20210714

4. 多线程worker(JavaScript-2D进阶篇(JS)-游戏加载策略) [ 91%]

...ader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //实例UI界面 var testView = ui.test.TestPageUI(); Laya.stage.addChild(testView...

来源: Laya2.0_文档 发布时间: 20210715

5. 多线程worker(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 91%]

...ader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //实例UI界面 var testView:ui.test.TestPageUI = new ui.test.TestPage...

来源: Laya2.0_文档 发布时间: 20210715

6. 多线程worker(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 90%]

...kerLoader.workerPath = "libs/worker.js"; //开启worker线程 WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //实例UI界面 var testView:TestView = ...

来源: Laya2.0_文档 发布时间: 20210715

7. 打包安卓Android studio黑屏 [ 78%]

...ON_SLIDE=5000 REPORT_TIMES_SLIDE=16 D/OpenGLRenderer:   HWUI Binary is  enabled     disableOutlineDraw is true D/a: Mainactivity---------------------------------oncreate     Mainactivity---------------------------------initEngine D/: >>>>>>>>>>>>>>&gt...

来源: Laya_社区 发布时间: 20190723

8. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 57%]

...ya.so' is not verified. If you're importing napi, its verification will be enabled in later SDK version. Please make sure the corresponding .d.ts file is provided and the napis are correctly declared. WARN: ArkTS:WARN File: /Users/HonestQiao/Documents/Laya/LayaProject1/release/harmony/LayaProject1/l...

来源: Laya_社区 发布时间: 20250106

9. 构建apk后,java报错 [ 51%]

...F-OPTSHANDLER: perf_lock_rel: updated /sys/class/mmc_host/mmc0/clk_scaling/enable with 1      return value 2 2018-11-26 18:32:05.666 2559-4070/? E/LockboxBrokerService: Could not query UDC's getDeviceDataUploadOptInStatus; 15 null 2018-11-26 18:32:05.675 2559-4164/? E/aqvd: Failure reading udc co...

来源: Laya_社区 发布时间: 20181126

10. lib/arm/liblayaair.so 总是崩溃 [ 27%]

...ntManager: updateBarTint 08-14 10:57:51.439 5024-9428/? I/ApsService: APS: enable: false 08-14 10:57:51.443 4493-4802/? I/HwSystemManager: NotificationGuideService:handle MSG_ACTIVIY_FOREGROUND, uid:10051 08-14 10:57:51.443 3526-3921/? D/HwArpVerifier: check_wifi_state_mode = 0 mCheckStateToken=117 ...

来源: Laya_社区 发布时间: 20180814