docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ProbeVolumesOptions

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

    Inheritance
    object
    Object
    ScriptableObject
    VolumeComponent
    ProbeVolumesOptions
    Inherited Members
    VolumeComponent.active
    VolumeComponent.Override(VolumeComponent, float)
    VolumeComponent.SetAllOverridesTo(bool)
    VolumeComponent.GetHashCode()
    VolumeComponent.Release()
    VolumeComponent.displayName
    VolumeComponent.parameters
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(string)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.Equals(object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, bool)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, bool)
    Object.Destroy(Object, float)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, bool)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, bool)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, float)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectsByType<T>(FindObjectsSortMode)
    Object.FindObjectsOfType<T>(bool)
    Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    Object.FindObjectOfType<T>(bool)
    Object.FindFirstObjectByType<T>()
    Object.FindAnyObjectByType<T>()
    Object.FindFirstObjectByType<T>(FindObjectsInactive)
    Object.FindAnyObjectByType<T>(FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, bool)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Experimental.Rendering
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    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
    In This Article
    Back to top
    Copyright © 2025 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)