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

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

31. js进度,进度,js场景进度效果 [ 60%]

...dh/W.json", "res/atlas/lucky8/bonus.json", ]; this.init(); } var p = Class.prototype; p.init = function() { //判断当前渲染模式是WebGL还是Canvas if (Laya.Render.isWebGL) { Laya.init(800, 600, Laya.WebGL); Config.isAlpha = true; //设置画布是否透明,只对2D(WebGL)、3D有效。 Lay...

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

32. Android打包后运行报错 [ 60%]

... CanvasRenderingContext2D is not defined to=to || CanvasRenderingContext2D.prototype;          ^^                                   ReferenceError: CanvasRenderingContext2D is not defined     at Function.Context.__init__ (http://stand.alone.version/Main.max.js:16077:12)   ...

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

33. 为什么自定义shader大图正常,小图就被缩小了 [ 59%]

... texture纹理对象 vb顶点数组 ib顶点索引数组 */ myShaderSprite.prototype.init = function(texture,width_Size,height_Size,vb,ib){ this.vBuffer = Laya.VertexBuffer2D.create(); this.iBuffer = Laya.IndexBuffer2D.create(); this.ibData = new Uint16Array(); if(vb) { vbArray = vb; } else{ vbArray...

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

34. loadLib("libs/laya.device.js"); native上会随机宕 [ 58%]

...Children===void 0)&& (detroyChildren=true);         _super.prototype.destroy.call(this,detroyChildren);         // native会崩溃         // this.videoElement.removeEventListener("abort",Video.onAbort);         // this.videoElement.removeEventListener("canpla...

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

35. app构建后在真机中运行报错 [ 58%]

...   __class(Prefab,'laya.components.Prefab');     var __proto=Prefab.prototype;     /**     *通过预制创建实例     */     __proto.create=function(){         if (this.json)return SceneUtils.createByData(null,this.json);         return null;     }   ...

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

36. 修复开放数据域组件WXOpenDataViewer鼠标不能拖动的问题 [ 56%]

...面的代码即可修复 typescript   (<any>Laya.WXOpenDataViewer.prototype)._postMsg = function () {             var mat: Laya.Matrix = new Laya.Matrix();             //修改的地方,转换成全局坐标             var p: Laya.Point = this.localToGlo...

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

37. 多个模块之间相互嵌套import,导致运行报错 [ 55%]

...传,GameControl.ts中33行导致demo运行后报错,TypeError: Object prototype may only be an Object or null: undefined.   附件 : --> myLaya2D.zip 2019-02-26 添加评论 已悬赏20元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

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

38. mac 下翻译出来的顺序问题 [ 54%]

... __class(SaveBase,'laya.webgl.canvas.save.SaveBase'); var __proto=SaveBase.prototype; Laya.imps(__proto,{"laya.webgl.canvas.save.ISaveData":true}) __proto.isSaveMark=function(){return false;} __proto.restore=function(context){ this._dataObj[this._valueName]=this._value; SaveBase._cache[SaveBase._cac...

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

39. ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! [ 54%]

...             .particleShuriKen.module.shape.SphereShape",e);var n=t.prototype;return n._getShapeBoundBox=function                                                            ReferenceError: ConchShader is not defined                                ...

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

40. 用iframe内嵌网页及适配 [ 54%]

用iframe内嵌网页及适配 Laya.init(720, 1280); String.prototype.format = function() { if (arguments.length == 0) { return this; } for (var str = this, index = 0; index < arguments.length; ++index) { str = str.replace("{" + index + "}", arguments[index]); } return str; }; var iframe = laya....

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