大约有 12,899 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0192 秒)
...arge than 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) ...
来源: Laya_社区 发布时间: 20180731
Laya.URL.basePath加载不到网络资源 var resArray = [ { url: "res/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, th...
来源: Laya_社区 发布时间: 20180531
...1.7.19 描述: 使用对象池重复使用skeleton报错,但每次new Laya.Skeleton() 就没问题。 伪代码: const temp = new Laya.Templet(); temp.parseData(xxx, xxx, 0); // 从对象池中获取skeleton const skeleton = Laya.Pool.getItemByClass('abc', Laya.Skeleton); skeleton.in...
来源: Laya_社区 发布时间: 20181120
[LayaAirIDE 3.0]更新LayaAir 3.1.0-beta.1后编译不了 如图,更新后才出现编译不了的问题,请问可以怎么解决 附件 : --> 2023-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 dsk4120...
来源: Laya_社区 发布时间: 20231116
跳转场景后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
UNITY3D导出模型加载错误 laya.core.js:12371 Uncaught Error: LoaderManager:unknown file(http://127.0.0.1/layaair/myLaya3D1/bin/null path) extension with: 1. at LoaderManager.__proto._create (laya.core.js:12371) at LoaderManager.__proto.create (laya.core.js:12339) at Loader.Laya3D._onHierarchy...
来源: Laya_社区 发布时间: 20170927
求助 Uncaught ReferenceError: Laya3D is not defined 这个Uncaught ReferenceError: Laya3D is not defined 是我没导入包吗? 下面是index中的部分导入 <script type="text/javascript" src="libs/laya.d3.js"></script> <script type="text/javascript" src="libs/laya.core.js"...
来源: Laya_社区 发布时间: 20170313
...链接 提交 1 个回复 cuixueying 赞同来自: <!--第一个添加laya.core.js文件--> <script src="libs/laya.core.js"></script> <!--第二个添加laya.webgl.js文件--> <script src="libs/laya.webgl.js"></script> <!--然后添加其他libs/xxx.xxx.js文...
来源: Laya_社区 发布时间: 20160509
laya.physics.js:38 Uncaught Error laya.physics.js:38 Uncaught Error at Object.box2d.b2Assert (laya.physics.js:38) at box2d.b2World.DestroyJoint (laya.physics.js:793) at Physics.__proto._removeJoint (laya.physics.js:1682) at PrismaticJoint.__proto._onDisable (laya.physics.js:1802) at PrismaticJoint....
来源: Laya_社区 发布时间: 20190227
...defined')) { require("swan-game-adapter.js"); require("libs/laya.bdmini.js"); } else if (typeof wx!=="undefined") { require("weapp-adapter.js"); require("libs/laya.wxmini.js"); } require('utils/ald-game.js') window.loadLib = require; require("index....
来源: Laya_社区 发布时间: 20190926