BatchCullingFlags
Additional parameters for the current culling context
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
[Flags]public enum BatchCullingFlags
Fields
Value | Description |
|---|---|
| CullLightmappedShadowCasters | This culling invocation should cull static objects whose shadows have been baked in lightmaps. |
| None | No additional parameters. |