docs.unity.cn
    Show / Hide Table of Contents

    Struct CameraSettings.Volumes

    Defines how the volume framework is queried.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public struct Volumes

    Fields

    anchorOverride

    If not null, define the location of the evaluation of the volume framework.

    Declaration
    public Transform anchorOverride
    Field Value
    Type Description
    Transform

    default

    Default value.

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

    layerMask

    The to use for the volumes.

    Declaration
    public LayerMask layerMask
    Field Value
    Type Description
    LayerMask

    Methods

    NewDefault()

    Default value.

    Declaration
    public static CameraSettings.Volumes NewDefault()
    Returns
    Type Description
    CameraSettings.Volumes

    The default value.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, July 8, 2021