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

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

701. 微信小游戏,子域问题。 [ 72%]

微信小游戏,子域问题。 __static(MiniFileMgr, ['fs',function(){return this.fs=wx.getFileSystemManager();},'wxdown',function(){return this.wxdown=wx.downloadFile;} ]);   报错说没有这个方法:wx.getFileSystemManager() 附件 : --> 2018-07-25 1 条评论 免费帖 --> 分享 微博...

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

702. 怎么解码网址的中文乱码 [ 72%]

...ts[j[0]] = j[1];                 }                 return gets;             }             return {};         }     -------------- var GET:Object = urlData(); .....         2017-06-30 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 非引...

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

703. 关于打包App后Texture.getPixels此方法不能使用 [ 72%]

...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

704. BUG:Sprite.event() [ 72%]

...有问题,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

705. 计时器-间隔循环 [ 72%]

...; 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

706. 关于ResourceVersion的问题 [ 72%]

....manifest && Laya.ResourceVersion.manifest[originURL])         return Laya.ResourceVersion.manifest[originURL];     return originURL; } 官方版本的代码在manifest[originURL]存在时会返回manifest[originURL]+'\'+originURL,于是出现了上述的问题。希望官方人员...

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

707. LayaAir项目发布Flash版本 报错 [ 72%]

...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

708. 判断玩家在地面还在空中 [ 72%]

...itResult);         if(!this.outHitResult.succeeded){             return false;         }         return this.outHitResult.collider     }   然后使用方法 let obj = this.onGround() let isGround = obj == this.rigidbody; 这样写,获取到的结果一直是false,就算已...

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

709. 一个场景,两个线形碰撞体,出错 [ 72%]

...  this.label = (this.label || "ChainCollider");             return super.getDef();         }   改成这样既可 2018-11-19 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 下个版本修复,    chaincollider的  方法    override protected function getDef():*...

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

710. 全屏请求问题!!!求救啊!!求救啊!! [ 71%]

....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