Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.
VertexLMRGBMLegacy vertex-lit shader pass, with desktop (RGBM) lightmaps.
ForwardBaseForward rendering base pass.
ForwardAddForward rendering additive pixel light pass.
LightPrePassBaseLegacy deferred lighting (light pre-pass) base pass.
LightPrePassFinalLegacy deferred lighting (light pre-pass) final 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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答