docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ProbeVolumeSystemParameters

    Initialization parameters for the probe volume system.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public struct ProbeVolumeSystemParameters

    Fields

    blendingMemoryBudget

    The memory budget determining the size of the textures used for blending between scenarios.

    Declaration
    public ProbeVolumeBlendingTextureMemoryBudget blendingMemoryBudget
    Field Value
    Type Description
    ProbeVolumeBlendingTextureMemoryBudget

    memoryBudget

    The memory budget determining the size of the textures containing SH data.

    Declaration
    public ProbeVolumeTextureMemoryBudget memoryBudget
    Field Value
    Type Description
    ProbeVolumeTextureMemoryBudget

    offsetDebugMesh

    The debug mesh used to visualize probes virtual offset in the debug view.

    Declaration
    public Mesh offsetDebugMesh
    Field Value
    Type Description
    Mesh

    offsetDebugShader

    The shader used to visualize probes virtual offset in the debug view.

    Declaration
    public Shader offsetDebugShader
    Field Value
    Type Description
    Shader

    probeDebugMesh

    The debug mesh used to draw probes in the debug view.

    Declaration
    public Mesh probeDebugMesh
    Field Value
    Type Description
    Mesh

    probeDebugShader

    The shader used to visualize the probes in the debug view.

    Declaration
    public Shader probeDebugShader
    Field Value
    Type Description
    Shader

    scenarioBlendingShader

    The compute shader used to interpolate between two lighting scenarios. Set to null if blending is not supported.

    Declaration
    public ComputeShader scenarioBlendingShader
    Field Value
    Type Description
    ComputeShader

    sceneData

    The ProbeVolumeSceneData

    Declaration
    public ProbeVolumeSceneData sceneData
    Field Value
    Type Description
    ProbeVolumeSceneData

    shBands

    The ProbeVolumeSHBands

    Declaration
    public ProbeVolumeSHBands shBands
    Field Value
    Type Description
    ProbeVolumeSHBands

    supportStreaming

    True if APV should support streaming of cell data.

    Declaration
    public bool supportStreaming
    Field Value
    Type Description
    bool

    supportsRuntimeDebug

    True if APV is able to show runtime debug information.

    Declaration
    public bool supportsRuntimeDebug
    Field Value
    Type Description
    bool

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    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)