大约有 239 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...变种集合属性介绍 1.是否已经全部编译 ```typescript get allCompiled(): boolean; ``` 2.包含的变种数量 ```typescript get variantCount(): number ``` 3.添加着色器变种 ```typescript add(variant: ShaderVariant): boolean; ``` 4.移除着色器变种 ```typescript remove(variant:...
来源: Laya2.0_文档 发布时间: 20210714
...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
...性介绍 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
...“ Opp rpk一启动就黑屏 Native类型下 启动动画如何关闭 ide compile的时候不会启动一个本地服务器吗? LayaNative如何选择通过index.js或是runtime.json启动? 启动ide后有个关于tsc compiler和vs code's language service的提示 问题状态 最新活动: 201...
来源: Laya_社区 发布时间: 20170725
...] "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
...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
...语法,首先要配置 tsconfig.json, 让其支持装饰器语法:{ "compilerOptions": { ...其他配置, "experimentalDecorators": true, //启用装饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群...
来源: Laya_社区 发布时间: 20201223
...any key 这么麻烦 ```javascript { "taskName": "laya compile", "isBuildCommand": false, "isShellCommand": true, "showOutput": "always", "echoCommand": false, "command": "layacmd", "args": [ ...
来源: Laya_社区 发布时间: 20170317
...能否列出所有的编译命令以及其详细用法 诸如 诸如 1. /*[COMPILER OPTIONS:normal]*/ 2. /*[COMPILER OPTIONS:ForcedCompile]*/ 等等 2017-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixue...
来源: Laya_社区 发布时间: 20170320
.../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