Version: 2020.1
言語: 日本語
public Matrix4x4 cullingMatrix ;

説明

The matrix for the culling operation.

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.

See Also: Camera.cullingMatrix.