Click or drag to resize

ReflectionProbeUpdateModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.ReflectionProbe.UpdateModeEnum"]

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

Update the probe once on the next frame.

Always1

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

See Also