docs.unity.cn
    Show / Hide Table of Contents

    Struct ProbeVolumeSystemParameters

    Initialization parameters for the probe volume system.

    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public struct ProbeVolumeSystemParameters

    Fields

    memoryBudget

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

    Declaration
    public ProbeVolumeTextureMemoryBudget memoryBudget
    Field Value
    Type Description
    ProbeVolumeTextureMemoryBudget

    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

    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
    Boolean

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use