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

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

11. laya.d3.core.render.command.InstanceLocation_API3.0 [ 89%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

来源: Laya3.0_api 发布时间: 20230115

12. laya.d3.core.render.command.CommandBuffer [ 87%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames CommandBufferMethods Packagelaya.d3.core.render.commandClasspublic class CommandBufferInheritanceCommandBuffer Object CommandBuffer 类用于创建命令流。 Public Methods  MethodDefined By  CommandBuffer() 创建一...

来源: Laya2.0_api 发布时间: 20190513

13. /clang:-1: linker command failed with exit code 1 (use -v to see invocation) [ 86%]

/clang:-1: linker command failed with exit code 1 (use -v to see invocation) 解了一天最后解到这里 /clang:-1: linker command failed with exit code 1 (use -v to see invocation) 相关的库都已经引入了,我的是Swift项目, 测试发现,关闭这里就不报错了     //conch...

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

14. laya.d3.component.PostProcess [ 82%]

...s() 创建一个 PostProcess 实例。 PostProcess  _init(camera:Camera, command:CommandBuffer):void private PostProcess  addEffect(effect:PostProcessEffect):void 添加后期处理效果。 PostProcess  removeEffect(effect:PostProcessEffect):void 移除后期处理效果。 PostProcessConstru...

来源: Laya2.0_api 发布时间: 20190513

15. laya.d3.core.render.PostProcessRenderContext_API3.0 [ 81%]

...染上下文。 Hierarchy PostProcessRenderContext Index Properties camera command compositeShaderData deferredReleaseTextures destination indirectTarget source Methods createRTByContextReleaseTexture Properties camera camera: Camera | null = null Defined in laya/d3/core/render/PostProcessRenderCont...

来源: Laya3.0_api 发布时间: 20231115

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

...因,发布时启用图片压缩功能时,压缩图片会报错Warning: Command failed: .../node_modules/zopflipng-bin/vendor/zopflipng -y --lossy_8bit --lossy_transparent ... Optimizing ... Encoding error 82: color conversion to palette requested while a color isn't in palette Decoding error 82:...

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

17. 【分享】通过命令行调用compile.js编译,不使用laya-cmd [ 76%]

...ewlearn 赞同来自: 'Files' is not recognized as an internal or external command, operable program or batch file. The syntax of the command is incorrect. The syntax of the command is incorrect. 'D:/Program' is not recognized as an internal or external command, operable program or batch file. The s...

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

18. laya.d3.core.render.PostProcessRenderContext [ 74%]

...ed By  camera : Camera = null 渲染相机。PostProcessRenderContext  command : CommandBuffer = null 后期处理指令流。PostProcessRenderContext  compositeDefineData : DefineDatas = null 合成着色器宏定义。PostProcessRenderContext  compositeShaderData : ShaderData = null 合成...

来源: Laya2.0_api 发布时间: 20190513

19. LAYAIDE运行VSCODE插件失败问题(VSCODE正常) [ 71%]

...运行。package.json关键部分内容如下: "activationEvents": [ "onCommand:extension.buildTemplate" ], "contributes": { "commands": [ { "command": "extension.buildTemplate", "title": "build template" } ] },extension.js 内容如下 'use strict'; Object.defineProperty(exports, "__esModule", { ...

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

20. 关于在LAYAIDE中使用VSCODE插件问题 [ 70%]

...个关键字,自定义成自己的函数名。 "activationEvents": [ "onCommand:extension.buildTemplate" ], "main": "./out/extension", "contributes": { "commands": [ { "command": "extension.buildTemplate", "title": "build template" } ] }, 继续打包依然成功。然后到layaide中安装,发...

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