大约有 398 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
Laya_社区(348) Laya2.0_文档(29) Laya3.0_文档(10) Laya_示例(4) Laya2.0_示例(4) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
打包成安卓后无法获取部分标签例如script标签 document.getElementsByTagName('script') 在安卓下返回的是空数组,由于这个原因,导致requirejs无法正确运行 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180327
...null 根据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 问题状态 最新活动: 2018-11-27 14:57 浏览: 1232 关注: 1 人
来源: Laya_社区 发布时间: 20181126
...场景 physics3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is...
来源: Laya_社区 发布时间: 20170428
... WebGL); var videoElement:Object = Browser.createElement("video"); Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = Render.canvas.style.zIndex + 1; videoElement.src = "http://127.0.0.1/upload/aa.mp4"; videoElement.controls = true; }...
来源: Laya_社区 发布时间: 20171108
...本 WEBGL模式截图是黑色 Laya.init(750, 1206, WebGL); var canvas = document.getElementById('layaCanvas'); var dataURL = canvas.toDataURL("image/jpg"); console.log(dataURL ); base64图片是黑色的!!!!!!!! 如果用 Laya.init(750, 1206); 可以显示图片 2019-06-18 添...
来源: Laya_社区 发布时间: 20190618
...ror: DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD 这个是报错内容 必现 播放声音代码在 GameUI.ts 里面这句 SoundControl.instance.playBgMusic("normalBg"); 附件 : --> SgGame5.zip 2019-03-30 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20190330
...回复 trlanfeng 赞同来自: 已找到解决办法。 var parentDiv = document.getElementById("canvasDiv"); Browser.container = parentDiv; Laya.init(...); 2017-02-06 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 好的,有问题及时沟通! 2017-02-06 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170206
...: [ipv6测试方法官方文档](https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW1) **友情提示:** ...
来源: Laya2.0_文档 发布时间: 20210715
...思 根据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 问题状态 最新活动: 2018-01-10 15:56 浏览: 664 关注: 2 人 newlearn • 2018-01-10 16:06 Ctrl + F11或者F11 是做as3开发的 就是试过不行才来问的 设置浏览器为chrome的话 就是打...
来源: Laya_社区 发布时间: 20180110
...) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL.createObjectURL(blob); document.body.appendChild(img); } } xhr.send(); 上面这个方...
来源: Laya3.0_文档 发布时间: 20230303