大约有 398 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0039 秒)
Laya_社区(348) Laya2.0_文档(29) Laya3.0_文档(10) Laya_示例(4) Laya2.0_示例(4) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...件,附件与内容无关 相关链接 : https://developer.apple.com/documentation/storekit/skpayment/1506159-requestdata?language=objc 2019-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20190510
...我觉得你们的代码中可以考虑封装下面这段代码 var docElm=document.body; if (docElm.requestFullscreen){ docElm.requestFullscreen(); }else if (docElm.msRequestFullscreen){ docElm.msRequestFullscreen(); }else if (docElm.mozRequestFullScreen){ docElm.mozRequ...
来源: Laya_社区 发布时间: 20160126
...Error: Vector3 is not a constructor 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined Uncaught TypeError: Cannot read property 'load' of null 问题状态 最新活动: 2019-10-24 13:42 浏览: 1387 关注: 4 人
来源: Laya_社区 发布时间: 20180403
...ted token illegal syntaxerror:unexpected token illegal at eval (native) at Document._downloadOK (apploader.js:6125:20) at apploader:js:6104:20 at filereader.filereader.onload (apploader.js:6683:47) 2018-01-12 0 0 分享 微博 QZONE 微信 steven chan 赞同来自: 解决了吗?我也遇到同样...
来源: Laya_社区 发布时间: 20180112
...format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.getRes(url); } if (!soundClass)soundClas...
来源: Laya_社区 发布时间: 20181019
...: 1086 关注: 3 人 Life | Growing up • 2018-07-09 16:52 Laya.Browser.document.body.appendChild(div) 然后实例化为图标 是用这样的方式来的吗 我遇到的问题是要把图标放在一个弹层UI组件里面 Life | Growing up • 2018-07-09 16:53 错别字 图表 zsq • 2018-07-09...
来源: Laya_社区 发布时间: 20180706
...什么问题,谢谢! private initCode() { var div: any = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div, { width: 100, height: 100 }); var url: string = this.URL; this.qrcode.makeCode(url); Laya.stage.once("click", this, this.clickHandler); this.qrco...
来源: Laya_社区 发布时间: 20180412
...format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound = new soundClass()...
来源: Laya_社区 发布时间: 20190115
...hildNode'. XmlDom没有了吗?要用哪个类? 我只找到原生的XMLDocument,可是报错 Property 'attributes' does not exist on type 'Node & ChildNode'. 谁 遇到过?let local_config:XMLDocument = Laya.Utils.parseXMLFromString(source); local_config.firstChild.childNodes[0].attribut...
来源: Laya_社区 发布时间: 20190401
... var videoElement:any = Laya.Browser.createElement("video"); Laya.Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = Laya.Render.canvas.style.zIndex + 1; videoElement.src = "../../res/av/mov_bbb.mp4"; videoElement.controls = true; // ...
来源: Laya_社区 发布时间: 20200909