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

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

41. TypeError: Cannot read property '_byteLength' of null [ 89%]

TypeError: Cannot read property '_byteLength' of null (LayaAirIDE1.7.11版本)TypeError: Cannot read property '_byteLength' of null at WebGLContext2D.__proto.flush (file:///F:/client_svn/h5/bin/libs/laya.webgl.js:4963:32) at SubmitCanvas.__proto.renderSubmit (file:///F:/client_svn/h5/bin/libs/laya....

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

42. 回调函数传递sprite3D问题 [ 88%]

回调函数传递sprite3D问题 使用 Laya.timer.frameLoop();函数 看了官方API,第四个参数是传一个数组,作为回调函数的入参, var spriteArray = new Array(); spriteArray.push(warehouse1); Laya.timer.frameLoop(1, this, freshBubble,spriteArray); function freshBubble(sprite...

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

43. TypeError: Laya.MovieClip is not a constructor [ 88%]

TypeError: Laya.MovieClip is not a constructor let mc:Laya.MovieClicp = new Laya.MoveClip();     报错: TypeError: Laya.MovieClip is not a constructor preload.js:55 at XLoadUIScript.32.XLoadUIScript._init (file:///D:/1MiniGame/mini-game-client/minigame1/bin/js/bundle.js:3001:18)   at XLoadUIS...

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

44. 我我将一个View destory 再添加一个另外的View 有时候会报错 [ 88%]

...WebGLContext2D.__proto.flush (file:///F:/Chess/client2D2017_11_19/bin/libs/laya.webgl.js:4963:32) at SubmitCanvas.__proto.renderSubmit (file:///F:/Chess/client2D2017_11_19/bin/libs/laya.webgl.js:6294:18) at WebGLContext2D.__proto.submitElement (file:///F:/Chess/client2D2017_11_19/bin/libs/laya.webgl...

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

45. 地形shader示例渲染失败【在线等】 [ 87%]

...等】 我想在本地把这个示例跑起来, 但遇到问题: https://layaair.ldc.layabox.com/demo/?category=3d&group=shader&name=Shader_Terrain   我的步骤如下: 1)新建一个项目 2)从github上下载layaair的源代码, 然后将源代码中的samples/res资源复制...

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

46. 这是报这些东西是什么啊 [ 87%]

...东西是什么啊 at ChromeDebugAdapter.evaluate (c:\Users\dell\Downloads\LayaAirIDE_1.7.2_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:944:32) at dispatchRequest (c:\Users\dell\Downloads\LayaAirIDE_1.7.2_beta\resources\app\exte...

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

47. 这个GetType=null的问题有大神解答下吗 [ 87%]

...' of null preload.js:55 at box2d.b2Fixture.GetType (file:///D:/Documents/myLaya/test/bin/libs/laya.physics.js:430:204)   at box2d.b2ContactFactory.Create (file:///D:/Documents/myLaya/test/bin/libs/laya.physics.js:576:81)   at box2d.b2ContactManager.AddPair (file:///D:/Documents/myLaya/test/bin/lib...

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

48. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 86%]

...nt(LoveControl);  //点击提示文字,开始游戏 this.label_start.on(Laya.Event.CLICK, this, this.onTipClick); //this._loveControl.startGame();  //点击重置按钮,重新开始 this.button_reset.on(Laya.Event.CLICK, this, this.onClickReset);  let partPath = "res/aixin_bao.part"; Laya.loa...

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

49. Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture [ 86%]

Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture 两张图片,一张取出来是Texture。 另一张却是Texture2D 版本 Laya 2.4.0.1600   这是一个图集动画,第一次加载显示没问题,是在第二次的时候出了问题。   播放流程:第...

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

50. JS、TS项目添加libs/xxx.xxx.js文件的顺序? [ 86%]

...链接 提交 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