This version of Unity is unsupported.

PassType

enumeration

Description

Shader pass type for Unity's lighting pipeline.

This corresponds to "LightMode" tag in the shader pass, see Pass tags.

Properties

NormalRegular shader pass that does not interact with lighting.
VertexLegacy vertex-lit shader pass.
VertexLMLegacy vertex-lit shader pass, with mobile lightmaps.
ForwardBaseForward rendering base pass.
ForwardAddForward rendering additive pixel light pass.
ShadowCasterShadow caster & depth texure shader pass.
DeferredDeferred Shading shader pass.
MetaShader pass used to generate the albedo and emissive values used as input to lightmapping.
MotionVectorsMotion vector render pass.
ScriptableRenderPipelineCustom scriptable pipeline.
ScriptableRenderPipelineDefaultUnlitCustom scriptable pipeline when lightmode is set to default unlit or no light mode is set.
GrabPassGrab Pass. Use this when you want to detect the type of the Grab Pass compared to other passes using the Normal type. Otherwise use Normal.