Class PathTracing | High Definition RP | 8.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Class PathTracing

    A volume component that holds settings for the Path Tracing effect.

    Inheritance
    Object
    PathTracing
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public sealed class PathTracing : VolumeComponent

    Constructors

    PathTracing()

    Declaration
    public PathTracing()

    Fields

    enable

    Enables path tracing (thus disabling most other passes).

    Declaration
    [Tooltip("Enables path tracing (thus disabling most other passes).")]
    public BoolParameter enable
    Field Value
    Type Description
    BoolParameter

    layerMask

    Defines the layers that path tracing should include.

    Declaration
    [Tooltip("Defines the layers that path tracing should include.")]
    public LayerMaskParameter layerMask
    Field Value
    Type Description
    LayerMaskParameter

    maximumDepth

    Defines the maximum number of bounces for each path.

    Declaration
    [Tooltip("Defines the maximum number of bounces for each path.")]
    public ClampedIntParameter maximumDepth
    Field Value
    Type Description
    ClampedIntParameter

    maximumIntensity

    Defines the maximum intensity value computed for a path segment.

    Declaration
    [Tooltip("Defines the maximum intensity value computed for a path segment.")]
    public ClampedFloatParameter maximumIntensity
    Field Value
    Type Description
    ClampedFloatParameter

    maximumSamples

    Defines the maximum number of paths cast within each pixel, over time (one per frame).

    Declaration
    [Tooltip("Defines the maximum number of paths cast within each pixel, over time (one per frame).")]
    public ClampedIntParameter maximumSamples
    Field Value
    Type Description
    ClampedIntParameter

    minimumDepth

    Defines the minimum number of bounces for each path.

    Declaration
    [Tooltip("Defines the minimum number of bounces for each path.")]
    public ClampedIntParameter minimumDepth
    Field Value
    Type Description
    ClampedIntParameter
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 November 2020