CameraProperties
Camera related properties in CullingParameters.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
- Implements: IEquatable<CameraProperties>
public struct CameraProperties : IEquatable<CameraProperties>
Remarks
Typical use case is to compute culling parameters from Camera data, see GetCullingParameters.
Methods
Method | Description |
|---|---|
| GetCameraCullingPlane | Get a camera culling plane. |
| GetShadowCullingPlane | Get a shadow culling plane. |
| SetCameraCullingPlane | Set a camera culling plane. |
| SetShadowCullingPlane | Set a shadow culling plane. |