Search Results for

    Show / Hide Table of Contents

    Class DebugFrustrum

    Debug component to visualize the camera's projection and culling frustums in the Scene view.

    Inheritance
    System.Object
    DebugFrustrum
    Namespace: Immersive.Camera
    Assembly: cs.temp.dll.dll
    Syntax
    public class DebugFrustrum : MonoBehaviour

    Fields

    cullingColor

    Declaration
    public Color cullingColor
    Field Value
    Type Description
    Color

    frustumDistance

    Declaration
    public float frustumDistance
    Field Value
    Type Description
    System.Single

    projectionColor

    Declaration
    public Color projectionColor
    Field Value
    Type Description
    Color

    showCullingFrustum

    Declaration
    public bool showCullingFrustum
    Field Value
    Type Description
    System.Boolean

    showProjectionFrustum

    Declaration
    public bool showProjectionFrustum
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top Immersive Interactive