Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


cullingMask

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

Definition

public uint cullingMask { get; set; }

Remarks

Unity copies this value from the Camera.cullingMask property of the Camera from which you obtained the CullingParameters object. You can override this value before performing the culling operation.
Additional Resources: Camera.cullingMask.