BatchCullingViewType
The type of an object that is requesting culling.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum BatchCullingViewType
Fields
Value | Description |
|---|---|
| Camera | A Camera is requesting culling. |
| Filtering | The Scene view is requesting culling so that it can render filtered objects. Unity calls the |
| Light | A shadow-casting Light is requesting culling. |
| Picking | The Scene view is requesting culling so that it can render object picking data. Unity calls the |
| SelectionOutline | The Scene view is requesting culling so that it can render the selection outline of the objects currently picked. Unity calls the |
| Unknown | The type of the object that is requesting culling is unknown. |