• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)

1. add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 [ 100%]

add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 附件 : --> 2019-01-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 soren 赞同来自: ...

来源: Laya_社区 发布时间: 20190107

2. 见鬼,Label提示未定义,如图 [ 87%]

见鬼,Label提示未定义,如图 提示Label未定义: 该include的都include了,Button等组件也可以正常使用   附件 : --> 2018-04-28 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 HumbleDust...

来源: Laya_社区 发布时间: 20180428

3. 如何使用vscode编译laya项目 [ 80%]

...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

4. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 74%]

...                             /* 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

5. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 72%]

...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

6. 解决游戏最小化退到后台后浏览器会强制1秒执行一次ILaya.stage._loop() [ 71%]

...             // 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

7. 一个简单的跑酷曲面shader分享 [ 69%]

...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

8. VScode指令编译出错 [ 68%]

...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

9. 搭建开发环境(TS代码编译器), 编译时出错 [ 66%]

...博 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

10. [ts] 找不到名称“Laya”。 [ 66%]

...同来自: Laya_Yan 可以先去检查项目中的tsconfig.json文件里“include”配的路径,把它注释再去测试一下,或者写上对应的路径 2022-09-09 1 0 分享 微博 QZONE 微信 CloudFlame 赞同来自: 有人吗?理一下小白吧,百度也没找到 2019-08-13 0 0 分...

来源: Laya_社区 发布时间: 20190813