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

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

11. 分包后, 资源加载问题 [ 60%]

...:1,"key":"width","index":100}]}}],"name":"loading1","id":1,"frameRate":24,"action":2}]}; return loadingjzaUI; })(View) //class ui.loadingUI extends laya.ui.View var loadingUI=(function(_super){ function loadingUI(){ this.loadingMC=null; loadingUI.__super.call(this); } __class(loadingUI,'ui.loadingUI...

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

12. TypeScript在LayaAir 1.X和2.X中对待module和namespace的异同,求2.x使用自定义namespace的方法(module已经找到方法) [ 59%]

...何互相引用module, namespace都不完善,内部开发人员应该是action script技术人员占绝对主导地位的,typescript/javascript应该是边缘角色,所以不重视typescript的文档,说不上话。 我探索了好久,发现2.x的typescript分文件组织代码的方法,...

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

13. 本地双击html如何打开laya项目? [ 56%]

... install(Context context, String filePath) { Intent i = new Intent(Intent. ACTION_VIEW); File file = new File(filePath); if (file != null && file.length() > 0 && file.exists() && file.isFile()) { i.setDataAndType(Uri.parse("file://" + filePath), "application/vnd.android.pa...

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

14. 3d项目安卓包。部分手机报加载3d资源报错 [ 49%]

...k/mmcblk0p34 success     item id=1333,0x682496     criticallogService::ACTION_REQUEST_WRITE_RAW,size:207, content is  <multimedia-fence_timeout-begin>     LOGTYPE: 309     log-time: 2018-08-20 16:53:51     log-buildTime: R7Plusm_11_160822     log-colorOS: V2.1     log:kgsl fence...

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

15. laya1.0 的3D项目,GPU型号为Adreno 405的加载3D资源时会报错 [ 49%]

...k/mmcblk0p34 success     item id=1333,0x682496     criticallogService::ACTION_REQUEST_WRITE_RAW,size:207, content is  <multimedia-fence_timeout-begin>     LOGTYPE: 309     log-time: 2018-08-20 16:53:51     log-buildTime: R7Plusm_11_160822     log-colorOS: V2.1     log:kgsl fence...

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

16. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 38%]

...b shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from application. Thi...

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

17. 打包安卓Android studio黑屏 [ 38%]

...b shell am start -n "com.layabox.test/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Client not ready yet..Waiting for process to come online Connected to process 27883 on device huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from appl...

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

18. 安装layaair2-cmd一直失败 [ 35%]

...gifsicle@4.0.1~postinstall: Failed to exec postinstall script 31934 timing action:postinstall Completed in 18553ms 31935 verbose unlock done using C:\Users\Administrator\AppData\Roaming\npm-cache\_locks\staging-abc99ad82fab7dbe.lock for C:\Users\Administrator\AppData\Roaming\npm\node_modules\.stagin...

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

19. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 26%]

... "text", type : "string" }, { name : "count" , type: "number" }, { name : "actions", inspector: "Buttons", options : { buttons : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; ...

来源: Laya3.0_文档 发布时间: 20251010