大约有 423 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...访问apk就可以解决了,安装apk: public static boolean install(Context context, String filePath) { Intent i = new Intent(Intent. ACTION_VIEW); File file = new File(filePath); if (file != null && file.length() > 0 && file.exists() && file.isFile()) { i.setDataAndT...
来源: Laya_社区 发布时间: 20160104
... 与内容相关的链接 提交 5 个回复 Xiiiyue 赞同来自: //clear context references Laya.Render._context.destroy(false); Laya.RenderContext3D._instance.scene = null; Laya.RenderContext3D._instance.camera = null; //clearshaders let shaderIncetance = Laya.RenderContext3D._instance.shader; ...
来源: Laya_社区 发布时间: 20191102
... } //重写渲染函数 myShaderSprite.prototype.customRender = function(context,x,y){ context.ctx.setIBVB(x, y, (this.iBuffer), (this.vBuffer), this.iNum, null, myShader.shader, this.shaderValue, 0, 0); } return myShaderSprite; })(Laya.Sprite); Laya_Aaron • 2018-06-19 18:07 @LeslieZzz:你这个...
来源: Laya_社区 发布时间: 20180619
...ate function init(e:Event=null):void { var loader:Loader=new Loader(); var context:LoaderContext=new LoaderContext(false,ApplicationDomain.currentDomain); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onCom); loader.load(new URLRequest("datas.swf"),context); } protected function onCom(eve...
来源: Laya_社区 发布时间: 20151216
...电脑的。这是相关信息 我暂时自己做了保护,如果发现 context._saveMark 是空就 return出去 附件 : --> 2017-10-26 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同...
来源: Laya_社区 发布时间: 20171026
...不可以用半透明图片吗? 附件 : --> open_test.zip open_test_context.zip 2019-10-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 加个背景底图再用 2019-10-31 0 0 分...
来源: Laya_社区 发布时间: 20191030
...ilters = _filter; 这样子运行会报错:fil.action.apply3d(scope,sprite,context,0,0); 但是sprite.filters = [new Laya.GlowFilter("#000000", 5, 1, 1)];是正常的,为什么前者会报错呢? (as版本是不会报错的) 2018-06-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180610
...ent.ts:56 Returns void _needRender _needRender(boundFrustum: BoundFrustum, context: RenderContext3D): boolean Overrides BaseRender._needRender Defined in laya/d3/component/HLOD/HLODRender.ts:142 Parameters boundFrustum: BoundFrustum context: RenderContext3D Returns boolean _renderUpdate _renderUpdat...
来源: Laya3.0_api 发布时间: 20231115
...: too many errors, no more errors will be reported to the console for this context. 2017-09-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****755 赞同来自: 请附上简单示例和资源文件 2017-09-...
来源: Laya_社区 发布时间: 20170929
...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