ReflectionProbeUpdateModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.ReflectionProbe.UpdateModeEnum"]
Namespace: Godot
public enum UpdateModeEnum
Member name | Value | Description | |
---|---|---|---|
Once | 0 | Update the probe once on the next frame. | |
Always | 1 | 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. |