Enum VisualServerSingleton.ReflectionProbeUpdateMode

enum ReflectionProbeUpdateMode : int { ... }

Enum members

NameDescription
reflectionProbeUpdateAlways Reflection probe will update each frame. This mode is necessary to capture moving objects.
reflectionProbeUpdateOnce Reflection probe will update reflections once and then stop.