Struct CameraSettings.Culling | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct CameraSettings.Culling

    Defines the culling settings of the camera.

    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    [Serializable]
    public struct Culling

    Fields

    cullingMask

    The mask for visible objects.

    Declaration
    public LayerMask cullingMask
    Field Value
    Type Description
    LayerMask

    default

    Default value.

    Declaration
    public static readonly CameraSettings.Culling default
    Field Value
    Type Description
    CameraSettings.Culling

    useOcclusionCulling

    True when occlusion culling will be performed during rendering, false otherwise.

    Declaration
    public bool useOcclusionCulling
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX