GetSplitCullingPlane(int)
Fetch the split culling plane at the given index.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public Plane GetSplitCullingPlane(int index)
Parameters
Returns
Type | Description |
|---|---|
| Plane |
Remarks
Additional Resources: ScriptableCullingParameters.splitPlaneCount, ScriptableCullingParameters.SetSplitCullingPlane.