大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0049 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
微信小游戏,子域问题。 __static(MiniFileMgr, ['fs',function(){return this.fs=wx.getFileSystemManager();},'wxdown',function(){return this.wxdown=wx.downloadFile;} ]); 报错说没有这个方法:wx.getFileSystemManager() 附件 : --> 2018-07-25 1 条评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20180725
...ts[j[0]] = j[1]; } return gets; } return {}; } -------------- var GET:Object = urlData(); ..... 2017-06-30 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 非引...
来源: Laya_社区 发布时间: 20170630
...idth:Number, height:Number):Array { if (Render.isWebGL) { return RunDriver.getTexturePixels(this, x, y, width, height); } else { Browser.canvas.size(width, height); Browser.canvas.clear(); Browser.context.drawTexture(this, -x, -y, this.width, this.he...
来源: Laya_社区 发布时间: 20171030
...有问题,data.unshift没有判断是否是数组 if (this.method==null)return null; var id=this._id; if (data==null) var result=this.method.apply(this.caller,this.args); else if (!this.args && !data.unshift)result=this.method.call(this.caller,data); else if (this.args)result=this.method.a...
来源: Laya_社区 发布时间: 20170215
...; t.pivot(t.width / 2, t.height / 2); t.pos(x, y); Laya.stage.addChild(t); return t; } animateTimeBased() { this.rotateTimeBasedText.rotation += 1; } animateFrameRateBased() { this.rotateFrameRateBasedText.rotation += 1; } } new Timer_Interval();module laya { import Stage = Laya.Stage; import Text =...
来源: Laya2.0_示例 发布时间: 20241120
....manifest && Laya.ResourceVersion.manifest[originURL]) return Laya.ResourceVersion.manifest[originURL]; return originURL; } 官方版本的代码在manifest[originURL]存在时会返回manifest[originURL]+'\'+originURL,于是出现了上述的问题。希望官方人员...
来源: Laya_社区 发布时间: 20171114
...nDriver.getWindow(); public static var getWindow:Function = function():* { return __JS__('window'); } package { /** * @private */ public function __JS__(value:*):* { return null; } } 这是不再支持转flash版本的意思吗 2017-04-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170407
...itResult); if(!this.outHitResult.succeeded){ return false; } return this.outHitResult.collider } 然后使用方法 let obj = this.onGround() let isGround = obj == this.rigidbody; 这样写,获取到的结果一直是false,就算已...
来源: Laya_社区 发布时间: 20190905
... this.label = (this.label || "ChainCollider"); return super.getDef(); } 改成这样既可 2018-11-19 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 下个版本修复, chaincollider的 方法 override protected function getDef():*...
来源: Laya_社区 发布时间: 20181116
....msFullscreenElement) { // current working methods launchIntoFullscreen(); return true; } else { if (document.exitFullscreen) document.exitFullscreen(); else if (document.msExitFullscreen) document.msExitFullscreen(); else if (document.mozCancelFullScreen) document.mozCancelFullScreen(); else if (do...
来源: Laya_社区 发布时间: 20190715