CameraLateLatchMatrixType
The types of camera matrices that support late latching.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum CameraLateLatchMatrixType
Fields
Value | Description |
|---|---|
| InverseView | The camera's inverse view matrix. |
| InverseViewProjection | The camera's inverse view projection matrix. |
| View | The camera's view matrix. |
| ViewProjection | The camera's view projection matrix. |