receiverPlaneCount
The number of receiver planes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public readonly int receiverPlaneCount
Remarks
The number of receiver planes in the BatchCullingContext.cullingPlanes array. Receiver planes are only present when culling Lights, otherwise the number is zero. You can use receiver planes to reject shadow casters that are not visible in the receiver view.