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

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

181. 引擎 TiledMap 居然不支持图块翻转 [ 47%]

...             super(...arguments);             this._tileTextureSet = null;             this._aniName = null;         }         setTileTextureSet (aniName, tileTextureSet) {             this._aniName = aniName;             this._tileTextureSet = tileTextureSet; ...

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

182. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 41%]

... within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */     /* Experimental Options */     // "experimentalDecorators": true,        /* Enables experimental support for ES7 decorators. */     // "emitDecoratorMetadata": true,         /* Enables experimental ...

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

183. 打包安卓Android studio黑屏 [ 40%]

... behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppEyeUIP created. D/ActivityThread: Attach thread to application I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 sta...

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

184. laya.html.dom.HTMLDivElement [ 39%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: Laya2.0_api 发布时间: 20190513

185. lib/arm/liblayaair.so 总是崩溃 [ 31%]

...ipro.dns_fail_count = 2936     detectNetworkAvailable: tcpRxPkts != 0, reset 08-14 10:57:50.028 3526-3930/? D/WifiProHistoryRecordManager: HomeApSwitchRate return default rate for not Home AP. 08-14 10:57:50.028 3526-3930/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, f...

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

186. 构建apk后,java报错 [ 31%]

构建apk后,java报错 2018-11-26 18:31:43.514 4671-4671/? E/asset: setgid: Operation not permitted 2018-11-26 18:31:45.575 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1     java.lang.Throwable         at com.android.server.pm.PackageDexOptimizer....

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

187. 微信小游戏提审后,提示说代码侵权 [ 29%]

... var path = require('path'); var filterFils = ["Base64", "ThemeAdapter","AssetAdapter", "Platform", "wxgamesdk"];//忽略文件 var filterDirs = ["xxxx"];//忽略目录 var traceName = "xxxx";//添加的干扰代码 var funString = '_xxxx_fun(){ console.log("';//添加的方法体 var root_Url = "D:...

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

188. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 23%]

...限打开VScode的前提下,在shell终端命令行中,通过输入 `Set-ExecutionPolicy RemoteSigned` 来解决,如要了解具体机制与命令可以参照下面这个链接。 [https://docs.microsoft.com/zh-cn/previous-versions/windows/powershell-scripting/hh847748(v=wps.640)]( https://doc...

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