Method RequestRenderNextUpdate
RequestRenderNextUpdate()
Requests that Unity renders this Reflection Probe during the next update.
Declaration
public void RequestRenderNextUpdate()
Remarks
If the Reflection Probe uses 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.