大约有 423 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
...请问native下怎么获取渲染句柄? var gl = laya.webgl.WebGL.mainContext; if (!gl) { throw new Error('Failed to get WebGL Context'); } 2018-10-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20181029
...ent.ts:56 Returns void _needRender _needRender(boundFrustum: BoundFrustum, context: RenderContext3D): boolean Overrides BaseRender._needRender Defined in laya/d3/component/staticmesh/StaticBatchMeshRender.ts:117 Parameters boundFrustum: BoundFrustum context: RenderContext3D Returns boolean _renderUp...
来源: Laya3.0_api 发布时间: 20231115
LoaderManager的_loadAssets方法 completeHandler是否有内存问题 当context 等于null的时候,completeHandler没有释放掉 附件 : --> 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 modong...
来源: Laya_社区 发布时间: 20180416
...tion, instead describe the problem at hand. Stating the problem gives more context and less bias for a correct answer. In case things are not working as expected, please include as much information as you can in your report, for example: your LayaBox version, the code snippet and the error message a...
来源: Laya_社区 发布时间: 20171229
...in.gain.setTargetAtTime){ this.gain.gain.setTargetAtTime(this._volume,this.context.currentTime,0);一跑起来就在这里异常 "Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite positive number: 0" 在chrome里调试就没问题,怎么办? 2018-05-19 添加...
来源: Laya_社区 发布时间: 20180519
...rObjs/NativeOBJ/NativeRenderElementOBJ.ts:112 Returns void _render _render(context: IRenderContext3D): void Implementation of IRenderElement._render Inherited from NativeRenderElementOBJ._render Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderElementOBJ.ts:108 render RenderElement Parameters con...
来源: Laya3.0_api 发布时间: 20231115
...口,我自己来组织渲染也行。 像Sprite CustomerRender 里的 context的DrawMesh 并没有实现。。 2019-10-22 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 缨 赞同来自: 超参数黄军 ...
来源: Laya_社区 发布时间: 20191022
...屏。调式发现是RunDriver.getTexturePixels这个函数里的 (Render.context.ctx as WebGLContext2D).clear();这句代码引起的闪屏。如果注释掉这这个函数就不会出现闪屏。 2017-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20171031
...览器上直接游戏就直接报错 Main.max.js:82027 Uncaught TypeError: context.ctx.setIBVB is not a function 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 还有别的报错么 ...
来源: Laya_社区 发布时间: 20180326
...示进来 let canvas = Laya.Browser.canvas; var cxt = canvas.context; cxt.beginPath(); cxt.fillStyle = "#FF0000"; cxt.fillRect(50,50,150,100, cxt.fillStyle); cxt.stroke(); 2017-04-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170425