大约有 398 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya_社区(348) Laya2.0_文档(29) Laya3.0_文档(10) Laya_示例(4) Laya2.0_示例(4) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...定义style实现。 //鼠标样式 var body = laya.utils.Browser.window.document.getElementsByTagName("body")[0]; body.setAttribute('style', "cursor:url('mouse/mouseb.png'),url('mouse/aero_unavail_xl.cur'),pointer"); //================= 二、注意的地方: 路径:路径以index.html所在目...
来源: Laya_社区 发布时间: 20180723
...arguments[index]); } return str; }; var iframe = laya.utils.Browser.window.document.createElement('iframe'); iframe.setAttribute('src', "http://www.layabox.com/"); iframe.setAttribute('frameborder', 0); var body = laya.utils.Browser.window.document.getElementsByTagName("body")[0]; body.appe...
来源: Laya_社区 发布时间: 20170415
...anvas(1080,1920, 0, 0).getCanvas().toDataURL(); //图片显示在页面中 document.body.appendChild(snapshot); //隐藏游戏画布 document.getElementById("layaContainer").style.display = "none"; 大致过程如上述。在手机微信浏览器中运行游戏,到分数结算界面,然后进行...
来源: Laya_社区 发布时间: 20180112
...载安装vivo的调试APP,下载页面:[https://minigame.vivo.com.cn/documents/#/download/debugger](https://minigame.vivo.com.cn/documents/#/download/debugger) 进入页面后,点击 立即下载 ,即可下载安装。至于如何安装vivo调试APP,这里就不介绍了。 3、下载vivo...
来源: Laya2.0_文档 发布时间: 20210715
...层面解决这个问题是最直接有效的。 file:///C:\Users\User\Documents\Tencent Files\123784387\Image\C2C\{ED0525B6-94C7-366F-9596-1261293516EA}.jpgfile:///C:\Users\User\Documents\Tencent Files\123784387\Image\C2C\{ED0525B6-94C7-366F-9596-1261293516EA}.jpg 附件 : --> 2018-05-05 添加...
来源: Laya_社区 发布时间: 20180505
...现空白和点击错位问题: 因为ios的safari在横屏状态下,document.body.clientHeight会比window.innerHeight高,因为ios的safari全屏模式是根据document.body.clientHeight高度是否超过window.innerHeight且用户手动滚动页面时才会自动变成全屏的,旋转横...
来源: Laya_社区 发布时间: 20190515
...= Laya.Render.canvas.zIndex + 1; input.style.width = "100px"; Laya.Browser.document.body.appendChild(input); return input; } function fitDOMElements(){ for (var i = 0; i < arguments.length; i++) { var dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this...
来源: Laya_示例 发布时间: 20241118
...过Url获取具体脚本代码 if (moduleJs) { __JS__("var script = document.createElement('script');") __JS__(" script.type = 'text/javascript';") __JS__(" script.text = moduleJs;") __JS__(" document.body.appendChild(script);") } chunjine • 2017-03-17 12:43...
来源: Laya_社区 发布时间: 20161020
...。 [[https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/#/subpackage/subpackage](https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/#/subpackage/subpackage)] ### 三、oppo小游戏官方的分包方式 虽然很多开发者已经看...
来源: Laya2.0_文档 发布时间: 20210715
...= Laya.Render.canvas.zIndex + 1; input.style.width = "100px"; Laya.Browser.document.body.appendChild(input); return input; } fitDOMElements(){ for (let i = 0; i < arguments.length; i++) { let dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this.rowHeigh...
来源: Laya2.0_示例 发布时间: 20241118