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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0081 秒)

3581. laya.utils.HitArea_API3.0 [ 51%]

...Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

3582. laya2 发布微信开放域工程,用微信开发者工具打开报错 [ 51%]

...这代码在子域里,报错就变成 wx.getFileSystemManager is not a function这个了

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

3583. webaudio 在iframe中使用, android chrome中没声音 [ 51%]

...。官方要不要修复一下这个BUG? WebAudioSound._playEmptySound=function(){     if (WebAudioSound.ctx==null){         return;     };     var source=WebAudioSound.ctx.createBufferSource();     source.buffer=WebAudioSound._miniBuffer;     source.connect(WebAudioSound.ctx....

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

3584. LayaIDE中调试正常的工程,发布到微信开发者工具后,报了拼写错误 [ 51%]

...息: TypeError: g.config.JSON_CONTENT_SHOULD_BE.formateLocales is not a function 可提供工程 附件 : --> 2018-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 yung 赞同来自: 微信小游戏运行环...

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

3585. laya.filters.BlurFilter_API3.0 [ 51%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

3586. laya.utils.Base64Tool_API3.0 [ 51%]

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

3587. 选择压缩混淆 JS发布项目,protobuf解析报错 [ 51%]

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

3588. 调用Laya.Utils.parseXMLFromString 时一直报undefined的错误 [ 51%]

调用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

3589. js设置点击事件,点击时有时会有效,有时没有效果,有时一次点击会重复多次操作 [ 51%]

...,譬如(不需要重复设置位置,在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

3590. HttpRequest在网页上和APP上表现不一致 [ 51%]

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