Click or drag to resize

VisualServerReflectionProbeUpdateMode Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.ReflectionProbeUpdateMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ReflectionProbeUpdateMode
Members
  Member nameValueDescription
Once0

Reflection probe will update reflections once and then stop.

Always1

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

See Also