Class DebugFrustrum
Debug component to visualize the camera's projection and culling frustums in the Scene view.
Inheritance
System.Object
DebugFrustrum
Assembly: cs.temp.dll.dll
Syntax
public class DebugFrustrum : MonoBehaviour
Fields
cullingColor
Declaration
public Color cullingColor
Field Value
frustumDistance
Declaration
public float frustumDistance
Field Value
| Type |
Description |
| System.Single |
|
projectionColor
Declaration
public Color projectionColor
Field Value
showCullingFrustum
Declaration
public bool showCullingFrustum
Field Value
| Type |
Description |
| System.Boolean |
|
showProjectionFrustum
Declaration
public bool showProjectionFrustum
Field Value
| Type |
Description |
| System.Boolean |
|