docs.unity.cn
    Show / Hide Table of Contents

    Interface IProbeVolumeEnabledRenderPipeline

    By implementing this interface, a render pipeline can indicate to its usage of the Adaptive Probe Volume system..

    Namespace: UnityEngine.Rendering
    Syntax
    public interface IProbeVolumeEnabledRenderPipeline

    Properties

    maxSHBands

    Indicates the maximum number of SH Bands used by this render pipeline instance.

    Declaration
    ProbeVolumeSHBands maxSHBands { get; }
    Property Value
    Type Description
    ProbeVolumeSHBands

    probeVolumeSceneData

    Returns the projects global ProbeVolumeSceneData instance.

    Declaration
    ProbeVolumeSceneData probeVolumeSceneData { get; }
    Property Value
    Type Description
    ProbeVolumeSceneData

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023