docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct CameraSettings.Volumes

    Defines how the volume framework is queried.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    public struct CameraSettings.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
    [Obsolete("Since 2019.3, use Volumes.NewDefault() instead.")]
    public static readonly CameraSettings.Volumes @default
    Field Value
    Type Description
    CameraSettings.Volumes

    layerMask

    The LayerMask 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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)