docs.unity3d.com
    Show / Hide Table of Contents

    Class ProbeVolumesOptions

    A volume component that holds settings for the Probe Volumes System per-camera options.

    Inheritance
    Object
    VolumeComponent
    ProbeVolumesOptions
    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.Experimental.Rendering
    Syntax
    [Serializable]
    [VolumeComponentMenuForRenderPipeline("Lighting/Probe Volumes Options (Experimental)", new Type[]{typeof(HDRenderPipeline)})]
    public sealed class ProbeVolumesOptions : VolumeComponent

    Fields

    normalBias

    The overridden normal bias to be applied to the world position when sampling the Probe Volumes data structure. Unit is meters.

    Declaration
    [Tooltip("The overridden normal bias to be applied to the world position when sampling the Probe Volumes data structure. Unit is meters.")]
    public ClampedFloatParameter normalBias
    Field Value
    Type Description
    ClampedFloatParameter

    samplingNoise

    Noise to be applied to the sampling position. It can hide seams issues between subdivision levels, but introduces noise.

    Declaration
    [AdditionalProperty]
    [Tooltip("Noise to be applied to the sampling position. It can hide seams issues between subdivision levels, but introduces noise.")]
    public ClampedFloatParameter samplingNoise
    Field Value
    Type Description
    ClampedFloatParameter

    scaleBiasWithMinProbeDistance

    Whether to scale the bias for Probe Volumes by the minimum distance between probes.

    Declaration
    [AdditionalProperty]
    [Tooltip("Whether to scale the bias for Probe Volumes by the minimum distance between probes.")]
    public BoolParameter scaleBiasWithMinProbeDistance
    Field Value
    Type Description
    BoolParameter

    viewBias

    A bias alongside the view vector to be applied to the world position when sampling the Probe Volumes data structure. Unit is meters.

    Declaration
    [AdditionalProperty]
    [Tooltip("A bias alongside the view vector to be applied to the world position when sampling the Probe Volumes data structure. Unit is meters.")]
    public ClampedFloatParameter viewBias
    Field Value
    Type Description
    ClampedFloatParameter
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023