Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


cullingMatrix

The matrix for the culling operation.
Read time 1 minuteLast updated 5 days ago

Definition

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.