The filters that Unity can use when it renders GameObjects in the shadow pass.
AllObjects | Renders all GameObjects. |
DynamicOnly | Only renders GameObjects that do not include the Static Shadow Caster tag. |
StaticOnly | Only renders GameObjects that include the Static Shadow Caster tag. |