大约有 15 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
...// Stereo var channels = 2; // Create an empty two-second stereo buffer at the // sample rate of the AudioContext var frameCount = audioCtx.sampleRate * 2.0; var myArrayBuffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noi...
来源: Laya2.0_文档 发布时间: 20210715
...印,如下: ![](img/8.png) 图10 **打印信息说明** 打印 `found the file in the package:` 就表示对应的资源是从包中获取的,没有去网络下载,看到这个日志就表示打包资源成功。如果打的单机版,则所有资源都应该有这个打印,不应该有...
来源: Laya2.0_文档 发布时间: 20210714
...js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下: ```typescript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xmlre...
来源: Laya2.0_文档 发布时间: 20210715
...js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下: ```typescript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xmlre...
来源: Laya2.0_文档 发布时间: 20210715
...js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下 ```javascript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xmlr...
来源: Laya2.0_文档 发布时间: 20210715
...的文件格式是mp3,则会弹出提示信息,提示信息如下: `The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document.` 这个时候需要把mp3转换成wav或者ogg格式。 ## 4.解决兼容性 如果你的项目在网页...
来源: Laya2.0_文档 发布时间: 20210715
...: ``` Usage: layaair2-cmd [command] [args] Options: -v, --version output the version number -h, --help output usage information Commands: compile compile project. publish publish project. help [cmd] display help for [cmd] ``` #### layaair2-cmd的帮助说明: 帮助中首先给出了命令的使...
来源: Laya2.0_文档 发布时间: 20210715
...// Stereo var channels = 2; // Create an empty two-second stereo buffer at the // sample rate of the AudioContext var frameCount = audioCtx.sampleRate * 2.0; var myArrayBuffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noi...
来源: Laya2.0_文档 发布时间: 20210714
...bjects ` 导出时忽略在unity场景中未激活的节点。 `Batch Make The First Level Game Objects ` **(必须选择sprite3D才会有) ** 批量导出场景中所有一级节点。 ##### (4) MeshSprite3D Setting 网格数据的导出设置,它们的可起到压缩模型网格lm文件大...
来源: Laya2.0_文档 发布时间: 20200620
...bjects ` 导出时忽略在unity场景中未激活的节点。 `Batch Make The First Level Game Objects ` **(必须选择sprite3D才会有) ** 批量导出场景中所有一级节点。 ##### (4) MeshSprite3D Setting 网格数据的导出设置,它们的可起到压缩模型网格lm文件大...
来源: Laya2.0_文档 发布时间: 20200620