Click or drag to resize

ViewportUpdateMode Enumeration

[Missing <summary> documentation for "T:Godot.Viewport.UpdateMode"]

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

Do not update the render target.

Once1

Update the render target once, then switch to .

WhenVisible2

Update the render target only when it is visible. This is the default value.

Always3

Always update the render target.

See Also