Table of Contents

Enum RenderingServer.ReflectionProbeUpdateMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.ReflectionProbeUpdateMode : long

Fields

Always = 1

Reflection probe will update each frame. This mode is necessary to capture moving objects.

Once = 0

Reflection probe will update reflections once and then stop.