docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HDAdditionalReflectionDataExtensions

    Utilities for reflection probes.

    Inheritance
    object
    HDAdditionalReflectionDataExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    public static class HDAdditionalReflectionDataExtensions

    Methods

    RequestRenderNextUpdate(ReflectionProbe)

    Requests that Unity renders the passed in Reflection Probe during the next update.

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

    The Reflection Probe to request a render for.

    Remarks

    If you call this method for a Reflection Probe using OnDemand mode, Unity renders the probe the next time the probe influences a Camera rendering.

    If the Reflection Probe doesn't have an attached HDAdditionalReflectionData component, calling this function has no effect.

    Note: If any part of a Camera's frustum intersects a Reflection Probe's influence volume, the Reflection Probe influences the Camera.

    In This Article
    Back to top
    Copyright © 2024 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)