Skip to main content

ReflectionProbe.IsFinishedRendering(number renderId)

Checks if a probe has finished a time-sliced render.

Parameters:

NameTypeDescription
renderIdnumberAn integer representing the RenderID as returned by the RenderProbe method.

Returns:

typeDescription
booleanTrue if the render has finished, false otherwise.

Usage

---@type ReflectionProbe
local reflectionprobe;

---@type number
local renderId;


local val0 = reflectionprobe.IsFinishedRendering(renderId)