Click or drag to resize

VisualServerViewportUpdateMode Enumeration

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

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

Do not update the viewport.

Once1

Update the viewport once then set to disabled.

WhenVisible2

Update the viewport whenever it is visible.

Always3

Always update the viewport.

See Also