GetShadowCullingPlane(int)
Get a shadow culling plane.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public Plane GetShadowCullingPlane(int index)
Parameters
Plane index (up to 5).
Returns
Type | Description |
|---|---|
| Plane | Shadow culling plane. |
Remarks
Additional Resources: CameraProperties.SetShadowCullingPlane.