大约有 14,493 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0156 秒)
Laya_社区(14000) Laya2.0_文档(321) Laya2.0_api(64) laya_api(53) Laya3.0_文档(34) Laya3.0_api(10) Laya_示例(6) Laya2.0_示例(5)
...n 65535. at ShurikenParticleSystem.__proto._initBufferDatas (laya.d3.js:26634) at ShurikenParticleSystem.<anonymous> (laya.d3.js:27190) at ShuriKenParticle3D.__proto._parseCustomProps (laya.d3.js:40855) at Function.Utils3D._createNodeByJson (laya.d3.js:17945) at F...
来源: Laya_社区 发布时间: 20180731
...s/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ]; Laya.loader.load(resArray, Laya.Handler.create(this, this.onLoaded2)); Laya.URL.basePath = "https://piggy.q1.com"; var res...
来源: Laya_社区 发布时间: 20180531
...对象池 Laya.Pool.recover('abc', skeleton); 报错信息: laya.core.js:6194 Uncaught TypeError: Cannot read property 'visible' of null at RenderSprite3D.__proto._childs (laya.core.js:6194) at RenderSprite3D.__proto._transform (laya.webgl.js:6730) at Character.__proto.render ...
来源: Laya_社区 发布时间: 20181120
Helloworld程序发布,为何勾选了JS合并,还是一大堆小JS文件? 我写了一个helloworld程序发布。 为何勾选了JS合并,还是一大堆小JS文件? [libs]目录下一大堆的小js文件,而且发布后的html,还没有自动引用 /libs/min/ 文件夹下的js...
来源: Laya_社区 发布时间: 20180603
...023-11-16 2 1 分享 微博 QZONE 微信 ts_global 赞同来自: laya.core.js:1 Failed to load internal/sky.jpg: ReferenceError: ImageBitmap is not defined at http://127.0.0.1:24647/game/li ... 14785 at async Promise.all (index 0) at async Promise.all (index 0) warn @ laya.core.js:...
来源: Laya_社区 发布时间: 20231116
【分享】通过命令行调用compile.js编译,不使用laya-cmd @echo off chcp 65001>nul ::LayaAirIDE目录,根据自己的目录修改 set IDE_DIR=%~dp0..\..\LayaAirIDE\ set IDE_APP_DIR=%IDE_DIR%resources\app\ set gulpjs=%IDE_APP_DIR%node_modules\gulp\bin\gulp.js set compilejs=%~dp0.l...
来源: Laya_社区 发布时间: 20200325
跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 偶发性bug。 Uncaught (in promise) TypeError: Cannot read property 'width' of null at Function.Texture._create (laya.core.js:15946) at Texture.__proto._onLoaded (laya.core.js:15750) at EventHandler._...
来源: Laya_社区 发布时间: 20200201
JS、TS项目添加libs/xxx.xxx.js文件的顺序? 2016-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: <!--第一个添加laya.core.js文件--> <script src="libs/laya.cor...
来源: Laya_社区 发布时间: 20160509
引擎插件版 game.js require 列表被篡改 game.js发布前 if ((typeof swan !== 'undefined') && (typeof swanGlobal !== 'undefined')) { require("swan-game-adapter.js"); require("libs/laya.bdmini.js"); } else if (typeof wx!=="undefined") { require("weap...
来源: Laya_社区 发布时间: 20190926
关于增加 laya.physics3D.js 超过4M后的分包问题 1. 游戏用了laya.physics3D之后,即使导出压缩后,光lib里面的js代码就超过4M了。加上bundle.js 超过5M多了,目前看来必须采用分包处理。 看了半天分包的DEMO,貌似针对lib里的库如何分包...
来源: Laya_社区 发布时间: 20190608