docs.unity.cn
    Show / Hide Table of Contents

    Class RayTracingSettings

    A volume component that holds the general settings for ray traced effects.

    Inheritance
    Object
    RayTracingSettings
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class RayTracingSettings : VolumeComponent

    Constructors

    RayTracingSettings()

    Default constructor for the ray tracing settings volume component.

    Declaration
    public RayTracingSettings()

    Fields

    directionalShadowFallbackIntensity

    Controls the fallback directional shadow value that is used when the point to shade is outside of the cascade.

    Declaration
    public ClampedFloatParameter directionalShadowFallbackIntensity
    Field Value
    Type Description
    ClampedFloatParameter

    directionalShadowRayLength

    Controls the maximal ray length for ray traced shadows.

    Declaration
    public MinFloatParameter directionalShadowRayLength
    Field Value
    Type Description
    MinFloatParameter

    extendCameraCulling

    Enables the override of the camera culling. This increases the validity area of animated skinned mesh that are outside of the frustum..

    Declaration
    public BoolParameter extendCameraCulling
    Field Value
    Type Description
    BoolParameter

    extendShadowCulling

    Enables the override of the shadow culling. This increases the validity area of shadow maps outside of the frustum.

    Declaration
    public BoolParameter extendShadowCulling
    Field Value
    Type Description
    BoolParameter

    rayBias

    Controls the bias for all real-time ray tracing effects.

    Declaration
    public ClampedFloatParameter rayBias
    Field Value
    Type Description
    ClampedFloatParameter
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, July 8, 2021