BatchCullingProjectionType
The projection type of a view that is being culled.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum BatchCullingProjectionType
Fields
Value | Description |
|---|---|
| Orthographic | Parallel lines in world-space remain parallel in screen-space. |
| Perspective | Objects get smaller as their distance from the viewpoint increases. |
| Unknown | The type of the projection is unknown. |