大约有 69 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
如何高效更新自定义shader(在fs中增加自己的变量) 自定义shader中的部分属性随时间改变,现在是在loop里删除该shader然后重新创建shader,这样感觉性能开销很大,有方法重用之前的shader然后完成更改吗? 2017-08-14 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20170814
...个, 现在又这样了, 这不是长久解决办法 提示的错误: fs.js:558 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/Developer/xcode/projects/game_dev/180106JumpAJump/code.git/JumpLaya/release/layaweb/0.9/j...
来源: Laya_社区 发布时间: 20180116
...:17] Working directory changed to /usr/local/lib/node_modules/layaair2-cmd fs.js:27 const { Math, Object } = primordials; ^ ReferenceError: primordials is not defined at fs.js:27:26 at req_ (/usr/local/lib/node_modules/layaair2-cmd/node_modules/nativ...
来源: Laya_社区 发布时间: 20210420
...快速调试",不再拷贝 let isHadWXFiles = fs.existsSync(path.join(workSpaceDir, "bin", "game.js")) && fs.existsSync(path.join(workSpaceDir, "bin", "game.json")) && fs.existsSync(path.join(workSpaceDir, "bin", "pr...
来源: Laya_社区 发布时间: 20191118
...bug Working directory changed to /usr/local/lib/node_modules/layaair2-cmd fs.js:27 const { Math, Object } = primordials; ^ ReferenceError: primordials is not defined at fs.js:27:26 at req_ (/usr/local/lib/node_modules/layaair2-cmd/node_modules/native...
来源: Laya_社区 发布时间: 20210420
...换Laya前缀"]; }else{ prevTasks = ["替换Laya前缀"] } const fs = require("fs"); function readFile(path) { if (fs.existsSync(path)) { return fs.readFileSync(path, "utf-8"); } return null; } gulp.task('替换Laya前缀', function(){ ...
来源: Laya_社区 发布时间: 20191017
...介绍的方式: 我做的方式: 我这边在引入自定义的 vs 和fs 的时候,却报错,因为没有导出两个模块,但是这却又是完全按照官方来的,请问到底是哪里不对? 附上我的工程 附件 : --> ShaderStudy2.3_.0Beta_.rar 2019-11-26 添加评论 免费...
来源: Laya_社区 发布时间: 20191126
...pm ERR! command failed npm ERR! command sh -c node lib/install.js npm ERR! fs.js:47 npm ERR! } = primordials; npm ERR! ^ npm ERR! npm ERR! ReferenceError: primordials is not defined npm ERR! at fs.js:47:5 npm ERR! at req_ (/usr/local/lib/node_modules/layaair2-cmd/node_modules/nat...
来源: Laya_社区 发布时间: 20220406
微信小游戏,子域问题。 __static(MiniFileMgr, ['fs',function(){return this.fs=wx.getFileSystemManager();},'wxdown',function(){return this.wxdown=wx.downloadFile;} ]); 报错说没有这个方法:wx.getFileSystemManager() 附件 : --> 2018-07-25 1 条评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20180725
...换Laya前缀"]; }else{ prevTasks = ["替换Laya前缀"] } const fs = require("fs"); function readFile(path) { if (fs.existsSync(path)) { return fs.readFileSync(path, "utf-8"); } return null; } gulp.task('替换Laya前缀', function(){ ...
来源: Laya_社区 发布时间: 20190128