大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 附件 : --> 2019-01-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 soren 赞同来自: ...
来源: Laya_社区 发布时间: 20190107
见鬼,Label提示未定义,如图 提示Label未定义: 该include的都include了,Button等组件也可以正常使用 附件 : --> 2018-04-28 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 HumbleDust...
来源: Laya_社区 发布时间: 20180428
...cks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }),3、compile.js 完整代码如下 // v1.2.2 //获取Node插件和工作路径 [b]let ideModuleDir; let workSpaceDir; for(var argv of process.argv) { if(argv.indexOf("--cwd=") == 0) { ideModuleDir = argv.sp...
来源: Laya_社区 发布时间: 20200607
... /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js file...
来源: Laya_社区 发布时间: 20190408
...cks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|.fs)$/, sourceMap: false, compress:false }), /*terser({ output: { }, numWorkers:1,//Amount of workers to spawn. Defaults to the number...
来源: Laya_社区 发布时间: 20200918
... // also filters out NaN, non-number types, including empty strings, but allows bigints const valid = ms > 0 && ms < Infinity if (valid === false) { if (t...
来源: Laya_社区 发布时间: 20201201
...TERIAL, "u_ZDistance": Laya.Shader3D.PERIOD_MATERIAL } var vs: string = ` #include "Lighting.glsl"; attribute vec4 a_Position; attribute vec2 a_Textcoord; uniform mat4 u_WorldMat; uniform mat4 u_MvpMatrix; uniform mat4 u_View; uniform mat4 u_Projection; uniform float u_XOffset; uniform float u_YOffs...
来源: Laya_社区 发布时间: 20201009
...r TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'. 附件 : --> FrameWork2_0.zip 2020-01-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20200113
...博 QZONE 微信 kongbu0621 赞同来自: Latest LTS Version: v6.10.1 (includes npm 3.10.10) 官网下的这个版本,完全按照指示来操作的 npm install -g typescript 以后 tsc -v 是version 1.0.3.0 是不是版本问题? 2017-03-29 0 1 分享 微博 QZONE 微信 vandyke 赞...
来源: Laya_社区 发布时间: 20170329
...同来自: Laya_Yan 可以先去检查项目中的tsconfig.json文件里“include”配的路径,把它注释再去测试一下,或者写上对应的路径 2022-09-09 1 0 分享 微博 QZONE 微信 CloudFlame 赞同来自: 有人吗?理一下小白吧,百度也没找到 2019-08-13 0 0 分...
来源: Laya_社区 发布时间: 20190813