大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0081 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...这代码在子域里,报错就变成 wx.getFileSystemManager is not a function这个了
来源: Laya_社区 发布时间: 20181031
...。官方要不要修复一下这个BUG? WebAudioSound._playEmptySound=function(){ if (WebAudioSound.ctx==null){ return; }; var source=WebAudioSound.ctx.createBufferSource(); source.buffer=WebAudioSound._miniBuffer; source.connect(WebAudioSound.ctx....
来源: Laya_社区 发布时间: 20171114
...息: TypeError: g.config.JSON_CONTENT_SHOULD_BE.formateLocales is not a function 可提供工程 附件 : --> 2018-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 yung 赞同来自: 微信小游戏运行环...
来源: Laya_社区 发布时间: 20180511
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...g reghead decode encode init isBase64String Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...eType只有5个类型,为什么会报6 Reader.prototype.skipType = function(wireType) { switch (wireType) { case 0: this.skip(); break; case 1: this.skip(8); break; case 2: this.skip(this.uint32()); break; case 3: do { // eslint-disable-line no-constant-condition if ((wireType = this.uint32(...
来源: Laya_社区 发布时间: 20191202
调用Laya.Utils.parseXMLFromString 时一直报undefined的错误 function treeInit() { let treeData = "<data>"; for (let i = 0; i < 5; ++i) { treeData += "<item label='Directory " + (i + 1) + "' isOpen='true'>"; for (let j = 0; j <...
来源: Laya_社区 发布时间: 20180726
...,譬如(不需要重复设置位置,在bgggame下写一遍即可) function bggame() { create(); tip.pos(200,200); tip.size(400,100); bg.loadImage("../laya/assets/img/134.png"); Laya.stage.addChild(bg); t = setInterval(time++,1000); } 2017-08-30 0 0 分享 微博 QZONE 微信 为什么...
来源: Laya_社区 发布时间: 20170801
...aya.HttpRequest(); hr.http.timeout = 3000; hr.http.ontimeout = function(){console.log("http timeout test: timeout")}; hr.once(Laya.Event.COMPLETE, this, ()=>{console.log("http timeout test: success");}); hr.once(Laya.Event.ERROR, this, (e: any)=>{console.log("http timeo...
来源: Laya_社区 发布时间: 20171016