docs.unity3d.com
    显示 / 隐藏目录

    Class RayTracingSettings

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

    Inheritance
    Object
    VolumeComponent
    RayTracingSettings
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.AnyPropertiesIsOverridden()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    VolumeComponent.displayName
    VolumeComponent.parameters
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    [VolumeComponentMenu("Ray Tracing/Ray Tracing Settings (Preview)")]
    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
    [Tooltip("Controls the fallback directional shadow value that is used when the point to shade is outside of the cascade.")]
    public ClampedFloatParameter directionalShadowFallbackIntensity
    Field Value
    Type Description
    ClampedFloatParameter

    directionalShadowRayLength

    Controls the maximal ray length for ray traced shadows.

    Declaration
    [Tooltip("Controls the maximal ray length for ray traced directional shadows.")]
    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
    [Tooltip("Enables the override of the camera culling. This increases the validity area of animated skinned mesh that are outside of the frustum.")]
    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
    [Tooltip("Enables the override of the shadow culling. This increases the validity area of shadow maps outside of the frustum.")]
    [FormerlySerializedAs("extendCulling")]
    public BoolParameter extendShadowCulling
    Field Value
    Type Description
    BoolParameter

    rayBias

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

    Declaration
    [Tooltip("Controls the bias for all real-time ray tracing effects.")]
    public ClampedFloatParameter rayBias
    Field Value
    Type Description
    ClampedFloatParameter
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)