LODParameters
LODGroup culling parameters.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
- Implements: IEquatable<LODParameters>
public struct LODParameters : IEquatable<LODParameters>
Remarks
Additional Resources: CullingParameters.
Properties
Property | Description |
|---|---|
| cameraPixelHeight | Rendering view height in pixels. |
| cameraPosition | Camera position. |
| fieldOfView | Camera's field of view. |
| isOrthographic | Indicates whether camera is orthographic. |
| orthoSize | Orhographic camera size. |