手册
脚本 API
unity3d.com
Version:
2018.1
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
2018.1
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Experimental
: this API is experimental and might be changed or removed in the future.
RenderPassConstructor
切换到手册
public
RenderPass
(
Experimental.Rendering.ScriptableRenderContext
ctx
, int
w
, int
h
, int
samples
, RenderPassAttachment[]
colors
,
Experimental.Rendering.RenderPassAttachment
depth
);
参数
ctx
当前正在渲染的 ScriptableRenderContext 对象。
w
渲染通道表面的宽度(以像素为单位)。
h
渲染通道表面的高度(以像素为单位)。
samples
MSAA 样本数;设置为 1 以禁用抗锯齿。
colors
渲染通道中使用的颜色附件数组。
depth
用作渲染通道的深度/模板缓冲区的附件,或设置为空以禁用深度/模板。
描述
创建渲染通道并在 ScriptableRenderContext 中启动。