大约有 407 项符合查询结果, 库内数据总量为 30,956 项。 (搜索耗时: 0.0055 秒)
...llFrames' of undefined at stackTraceToString (c:\Program Files (x86)\laya\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\consoleHelper.js:138:22) at Object.formatConsoleMessage (c:\Program Files (x86)\laya\resources\app\extensions\laya-debug\node...
来源: Laya_社区 发布时间: 20170210
... Error preload.js:55 at Object.box2d.b2Assert (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.js:38:57) at box2d.b2World.DestroyJoint (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.js:793:295) at Physics.__proto._removeJoint (file:///D:/develop/lay...
来源: Laya_社区 发布时间: 20181106
... destroy黑屏 Particle2D 粒子执行了 destroy(true) 就黑屏了 引擎laya1.7.22beta版本 弹出了很多警告 WebGL: INVALID_OPERATION: drawElements: no buffer is bound to enabled attribute __proto.renderSubmit @ laya.webgl.js:7418 __proto.submitElement @ laya.webgl.js:5943 __proto.flush @ l...
来源: Laya_社区 发布时间: 20181123
...回复 二十五 赞同来自: Uncaught TypeError: Cannot read property 'layaMotionState_create' of undefined at Rigidbody3D._onAdded (libs/laya.d3.js:4824) at MeshSprite3D._addComponentInstance (libs/laya.core.js:13911) at MeshSprite3D.addComponent (libs/laya.core.js:13958) ...
来源: Laya_社区 发布时间: 20201204
...画使用官网的旧版例子中的代码 addSkinComponent(spirit3D: Laya.Sprite3D): void { if (spirit3D instanceof Laya.MeshSprite3D) { var meshSprite3D: Laya.MeshSprite3D = spirit3D as Laya.MeshSprite3D; var skinAni: Laya.SkinAnim...
来源: Laya_社区 发布时间: 20180724
Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture 两张图片,一张取出来是Texture。 另一张却是Texture2D 版本 Laya 2.4.0.1600 这是一个图集动画,第一次加载显示没问题,是在第二次的时候出了问题。 播放流程:第...
来源: Laya_社区 发布时间: 20200417
...请: 与内容相关的链接 提交 7 个回复 ayiui4566 赞同来自: laya.core.js:15863 [Deprecation] GainNode.gain.value setter smoothing is deprecated and will be removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed. See https://www.chromestatus.com/...
来源: Laya_社区 发布时间: 20171219
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Xq 赞同来自: 有可能是你导出的模型有问题!导出时候是否有报错信息那?或者你的碰撞器是用的mesh碰撞器laya还不支持unity中导出的网格碰撞器哦! 如果还是不行你能...
来源: Laya_社区 发布时间: 20181026
...有 PhysicsCollider 的正方体模型报错 this.box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1))) as Laya.MeshSprite3D; this.box.addComponent(Laya.PhysicsCollider); this.box.destroy();引擎版本 LayaAirIDE2.0_beta.5 报错: Uncaught TypeError: Cannot read property 'destroy...
来源: Laya_社区 发布时间: 20190118
...等】 我想在本地把这个示例跑起来, 但遇到问题: https://layaair.ldc.layabox.com/demo/?category=3d&group=shader&name=Shader_Terrain 我的步骤如下: 1)新建一个项目 2)从github上下载layaair的源代码, 然后将源代码中的samples/res资源复制...
来源: Laya_社区 发布时间: 20180403