大约有 398 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(348) Laya2.0_文档(29) Laya3.0_文档(10) Laya_示例(4) Laya2.0_示例(4) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...aya.Browser.createElement("video"); console.log(videoElement) Laya.Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = Laya.Render.canvas.style.zIndex + 1; var html = '<source src="rtmp://rtmp.open.ys7.com/openlive/2245d47a94b54c73b...
来源: Laya_社区 发布时间: 20171031
...便可以通过 file:///的方式直接进行访问了 var image = window.document.createElement("img"); image.onload=function() { } image.src="file:///" + conch.getCachePath()+"/test.jpg"; 截图之后还需要 取出来用,我们这个截图是没问题的, 你那个报错是怎么弄的 201...
来源: Laya_社区 发布时间: 20180224
...) { 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(); ``` 上面这个...
来源: Laya2.0_文档 发布时间: 20210714
...了这个问题 如果是根据父级div定位 可以通过 var target=document.getElementById('div-id'); this._point.setTo((e.pageX || e.clientX)-target.offsetLeft,( e.pageY || e.clientY)-target.offsetTop); 2021-05-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20200825
... Laya.init(600,400); let body = laya.utils.Browser.document.body; let input = laya.utils.Browser.createElement("input"); input.type = "file"; input.id = "photo"; body.appendChild(input); Laya.loader.loa...
来源: Laya_社区 发布时间: 20161114
...) { 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(); ``` 上面这...
来源: Laya2.0_文档 发布时间: 20210714
... to set the 'buffer' property on 'AudioBufferSourceNode'的问题 must set document class! 使用laya.Animation() 报错:Cannot set property 'roleAni' of undefined laya2.0打包安卓原生JAVA回调JS方法的时候,ReferenceError: xxxx类,原本定义好的却说是未定义 问题状态 最...
来源: Laya_社区 发布时间: 20180308
...sform: matrix(1, 0, 0, 1, 0, 0);"></canvas> var canvas:any = document.getElementById("layaCanvas"); var ctx = canvas.getContext("2d"); ctx.fillStyle = "red"; ctx.fillRect(120, 10, 150, 150); console.log("draw complete"); 换成你说的canvas还...
来源: Laya_社区 发布时间: 20170502
...Cannot read property 'load' of null 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor ide导出ui时,UI代码显示不正...
来源: Laya_社区 发布时间: 20180117
...igame/libs/laya.core.js:0:0 报错信息截图: file:///C:/Users/user/Documents/Tencent%20Files/2895680850/Image/C2C/QNI%7D53)930_%7D85BZ[VA1%25~V.png 这个问题困扰了我一天,在vivo小游戏中加载不出来主场景。已经按照社区提示修改为分离模式,并更新到最...
来源: Laya_社区 发布时间: 20191025