VisualServerReflectionProbeUpdateMode Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.ReflectionProbeUpdateMode"]
Namespace: Godot
public enum ReflectionProbeUpdateMode
| Member name | Value | Description | |
|---|---|---|---|
| Once | 0 | Reflection probe will update reflections once and then stop. | |
| Always | 1 | Reflection probe will update each frame. This mode is necessary to capture moving objects. |