大约有 94 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0033 秒)
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
...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
/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
...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
...染上下文。 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
...因,发布时启用图片压缩功能时,压缩图片会报错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
...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
...ed By camera : Camera = null 渲染相机。PostProcessRenderContext command : CommandBuffer = null 后期处理指令流。PostProcessRenderContext compositeDefineData : DefineDatas = null 合成着色器宏定义。PostProcessRenderContext compositeShaderData : ShaderData = null 合成...
来源: Laya2.0_api 发布时间: 20190513
...运行。package.json关键部分内容如下: "activationEvents": [ "onCommand:extension.buildTemplate" ], "contributes": { "commands": [ { "command": "extension.buildTemplate", "title": "build template" } ] },extension.js 内容如下 'use strict'; Object.defineProperty(exports, "__esModule", { ...
来源: Laya_社区 发布时间: 20180728
...个关键字,自定义成自己的函数名。 "activationEvents": [ "onCommand:extension.buildTemplate" ], "main": "./out/extension", "contributes": { "commands": [ { "command": "extension.buildTemplate", "title": "build template" } ] }, 继续打包依然成功。然后到layaide中安装,发...
来源: Laya_社区 发布时间: 20180728