Class HDAdditionalReflectionDataExtensions | High Definition RP | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Class HDAdditionalReflectionDataExtensions

    Utilities for reflection probes.

    Inheritance
    Object
    HDAdditionalReflectionDataExtensions
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public static class HDAdditionalReflectionDataExtensions

    Methods

    RequestRenderNextUpdate(ReflectionProbe)

    Request to render this probe next update.

    Call this method with the mode OnDemand and the probe will be rendered the next time it will influence a camera rendering.

    If the probe don't have a HDAdditionalReflectionData component, nothing is done.

    Declaration
    public static void RequestRenderNextUpdate(this ReflectionProbe probe)
    Parameters
    Type Name Description
    ReflectionProbe probe

    The probe to request a render.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX