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

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

51. Shader预编译(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 76%]

...变种集合属性介绍 1.是否已经全部编译 ```typescript get allCompiled(): boolean; ``` 2.包含的变种数量 ```typescript get variantCount(): number ``` 3.添加着色器变种 ```typescript add(variant: ShaderVariant): boolean; ``` 4.移除着色器变种 ```typescript remove(variant:...

来源: Laya2.0_文档 发布时间: 20210714

52. 昨天一开始运行好好的,没动别的,运行就开始报错 [ 75%]

...85b': identifier represents a variable, not a function Warning: D3D shader compilation failed with default flags. (ps_5_0)  Retrying with skip validation C:\fakepath(596,34-81): error X3005: '_webgl_42c649225184485b': identifier represents a variable, not a function Warning: D3D shader compilation ...

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

53. Shader预编译(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 75%]

...性介绍 1.是否已经全部编译 ```typescript public function get allCompiled(): Boolean; ``` 2.包含的变种数量 ```typescript public function get variantCount(): Number ``` 3.添加着色器变种 ```typescript public function add(variant: ShaderVariant): Boolean; ``` 4.移除着色器变...

来源: Laya2.0_文档 发布时间: 20210715

54. 定制启动页 [ 75%]

...“ Opp rpk一启动就黑屏 Native类型下 启动动画如何关闭 ide compile的时候不会启动一个本地服务器吗? LayaNative如何选择通过index.js或是runtime.json启动? 启动ide后有个关于tsc compiler和vs code's language service的提示 问题状态 最新活动: 201...

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

55. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 75%]

...] "scripts": { "build": "cd src/publishTool&&cmd /k publish.bat", "compile": "gulp LayaAirBuild", "buildDoc": "cd src/generateDoc&&cmd /k run.bat", "crossBuild": "node src/publishTool/publish.js && cd src && gulp build" }, 复制代码[/code] src/publishTool路径下...

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

56. prop 识别不到 [ 75%]

...ayaAirIDE\resources\app   [15:26:35] Using gulpfile E:\myLaya\demo2\.laya\compile.js   [15:26:35] Starting 'compile'...   [15:26:38] 'compile' errored after 2.84 s [15:26:38] Error: E:/myLaya/demo2/src/start/Index.ts(9,36): semantic error TS2339: [31mProperty 'speed' does not exist on type 'Index...

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

57. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 74%]

...语法,首先要配置 tsconfig.json, 让其支持装饰器语法:{ "compilerOptions": { ...其他配置, "experimentalDecorators": true, //启用装饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群...

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

58. layacmd任务执行之后能不能自动关闭 [ 73%]

...any key 这么麻烦   ```javascript   {       "taskName": "laya compile",       "isBuildCommand": false,       "isShellCommand": true,       "showOutput": "always",       "echoCommand": false,       "command": "layacmd",       "args": [      ...

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

59. 请问能否列出所有的编译命令以及其详细用法 [ 73%]

...能否列出所有的编译命令以及其详细用法 诸如 诸如 1. /*[COMPILER OPTIONS:normal]*/ 2. /*[COMPILER OPTIONS:ForcedCompile]*/ 等等 2017-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixue...

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

60. 改变不了请求消息头,已近设置了 [ 72%]

.../let answers={"answers":core.CommonData.DaTi,"examUuid":network.HttpHelper.compile(core.CommonData.Uuid),"openId":network.HttpHelper.compile(core.CommonData.Uuid)} var xhr: Laya.HttpRequest = new Laya.HttpRequest(); xhr.http.headers=headers 2018-02-08 添加评论 免费帖 --> 分享 微博 QZONE ...

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