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

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

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

...bundle.js和bundle.scene.js。注意,这里指的“所有”,仅限于Debug版本。在release版本的bundle.js里,只会包含有被场景引用的脚本。bundle.scene.js不会出现在发布版本中。 2、所有含有@IEditorEnv.regClass装饰器的脚本会编译进bundle.scene.js。...

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

292. 项目设置面板 · LayaAir3.3 · 引擎文档 · LAYABOX [ 23%]

...台或构建版本中使用不同的代码。例如,可以定义一个 DEBUG 宏,在调试版本中启用日志输出,而在发布版本中禁用。 外部包 用于添加项目依赖的外部库或 SDK。 包别名 为导入的模块或命名空间创建别名。 字符串编码 设置项目...

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

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

...tion. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-enabling CheckJNI W/ActivityThread: Application com.layabox.game is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk I/dalvikvm: Debugger is active I/System.o...

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

294. dcc下载超时 [ 17%]

.../LayaBox(7884): js thread started. 07-04 20:55:28.175: I/LayaBox(7884): js debug closed 07-04 20:55:28.185: I/LayaBox(7884): found the file in the package:scripts/runtimeInit.js 07-04 20:55:28.186: I/LayaBox(7884): found the file in the package:scripts/apploader.js 07-04 20:55:28.232: E/LayaBox(7884...

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

295. 微信小游戏加载资源问题 [ 11%]

...Game = function (exports, Laya) { 'use strict'; function DEB(str){ console.debug("[res]"+str); } class MiniFileMgr { static isLocalNativeFile(url) { for (var i = 0, sz = MiniAdpter.nativefiles.length; i < sz; i++) { if (url.indexOf(MiniAdpter.nativefiles[i]) != -1) return true; } return...

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