Enum CustomPass.RenderQueueType
Render Queue filters for the DrawRenderers custom pass
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum CustomPass.RenderQueueType
필드
이름 | 설명 |
---|---|
AfterPostProcessOpaque | Opaque GameObjects that use the after post process render pass. |
AfterPostProcessTransparent | Transparent GameObjects that use after post process render pass. |
All | All GameObjects |
AllOpaque | All opaque GameObjects. |
AllTransparent | All Transparent GameObjects. |
AllTransparentWithLowRes | Transparent GameObjects that use the Pre-refraction, Default, or Low resolution render pass. |
LowTransparent | Transparent GameObjects that use the low resolution render pass. |
OpaqueAlphaTest | Opaque GameObjects with alpha test only. |
OpaqueNoAlphaTest | Opaque GameObjects without alpha test only. |
PreRefraction | Transparent GameObjects that use the the pre refraction render pass. |
Transparent | Transparent GameObjects that use the default render pass. |