OcclusionCull
When this flag is set, Unity performs occlusion culling as part of the culling operation.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
OcclusionCull = 2
Remarks
Default value: set if the Camera from which you obtained the CullingParameters object has Camera.useOcclusionCulling set to . Otherwise, unset.
true