ReflectionProbe.UpdateMode

Values

ValueMeaning
updateOnce0

Update the probe once on the next frame.

updateAlways1

Update the probe every frame. This is needed when you want to capture dynamic objects. However, it results in an increased render time. Use constant UPDATE_ONCE whenever possible.

Meta