cullingMask
The mask for the culling operation.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
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.