Class HDAdditionalReflectionDataExtensions
Utilities for reflection probes.
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. |