cullingMatrix
The matrix for the culling operation.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public Matrix4x4 cullingMatrix { get; set; }
Remarks
Unity copies this value from the Camera.cullingMatrix property of the Camera from which you obtained the CullingParameters object. You can override this value before performing the culling operation.
Additional Resources: Camera.cullingMatrix.