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

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

401. 启用版本管理后有严重bug [ 44%]

...与内容相关的链接 提交 8 个回复 OneWay 赞同来自: 替换MiniLoader试试 MiniLoader.zip 2018-04-27 0 3 分享 微博 QZONE 微信 linchenrr 赞同来自: 补充一下  微信小游戏平台 2018-04-26 0 1 分享 微博 QZONE 微信 linchenrr 赞同来自: 找到原因了  项目发...

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

402. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 43%]

...内容并返回。如果不需要支持热重载,则忽略。 @Laya.regLoader(["abc"], null, true) export class DemoAssetLoader implements Laya.IResourceLoader { async load(task: Laya.ILoadTask): Promise<any> { let json = await task.loader.fetch(task.url, "json"); let res = task.obsoluteInst...

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

403. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 42%]

...is.getResName(char); let sp: Laya.Sprite = this.getSprite(); let tx = Laya.Loader.getRes(resName); if (!tx) { console.warn(TipConfig.tips.haveNoTheChar, char); } sp.texture = tx; this.chars.push(sp); this.addChild(sp); } this.sortCharsByAlign(this._align); } /** * 水平对齐方式 */ public set al...

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

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

...ackground looper Looper (main, tid 1) {4a7bba70} I/chromium: [INFO:library_loader_hooks.cc(112)] Chromium logging enabled: level = 0, default verbosity = 0 I/BrowserProcessMain: Initializing chromium process, renderers=0 W/chromium: [WARNING:proxy_service.cc(888)] PAC support disabled because there ...

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

405. Tree属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 41%]

...ree/clip_tree_folder.png", "../../res/ui/tree/clip_tree_arrow.png" ]; Laya.loader.load(res, new Handler(this, onLoadComplete)); })(); function onLoadComplete() { // 组装tree的数据 var treeData = ""; for (var i = 0; i "; for (var j = 0; j "; } treeData += ""; } treeData += ""; // 解析tree的...

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

406. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 41%]

...tid 1) {422db6b0} 05-16 15:59:48.898 7562-7562/com.dihong.testdcc I/LibraryLoader: Expected native library version number "",actual native library version number "" 05-16 15:59:48.899 7562-7562/com.dihong.testdcc I/chromium: [INFO:library_loader_hooks.cc(116)] Chromium logging enabled: level = 0, de...

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

407. dcc下载超时 [ 39%]

...on 52.0.2743.100 (code 275610010) 07-04 20:55:27.369: W/System(7884): ClassLoader referenced unknown path: /system/app/webview/lib/x86 07-04 20:55:27.375: I/art(7884): Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.ServiceWorkerControllerAdapter> 07-0...

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

408. 打包成APK运行一半崩溃 [ 37%]

...use non-0 exit status 04-11 11:17:09.164    8591-8591/? W/System﹕ ClassLoader referenced unknown path: /system/app/WebViewGoogle/lib/arm 04-11 11:17:09.195    8591-8591/? I/cr_LibraryLoader﹕ Time to load native libraries: 6 ms (timestamps 4139-4145) 04-11 11:17:09.195    8591-8591/? I/cr_L...

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

409. 打包安卓Android studio黑屏 [ 36%]

...m.google.android.webview version 71.0.3578.99 (code 357809950) I/cr_LibraryLoader: Time to load native libraries: 2 ms (timestamps 4539-4541) I/chromium: [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0 I/cr_LibraryLoader: Expected native library version ...

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

410. 分享一个Shader版的CoolDown实现 [ 31%]

...渲染效果   alpha遮罩   用法: var texture: Laya.Texture = Laya.Loader.getRes("progress.png"); this.spe = new coolDownSprite(); this.spe.init(texture); //this.spe.initWithoutTexture(128, 128); this.spe.pos(300, 350); this.spe.setProgress(this.progress); Laya.stage.addChild(this.spe); -----...

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