shadowCastingModeMask
A value that indicates which ShadowCastingMode values are acccepted by this testing configuration.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public int shadowCastingModeMask
Remarks
If a Renderer's ShadowCastingMode is not matching this mask then the test fails.
If all ShadowCastingMode values are accepted then use -1 for this value.