VisualServerViewportUpdateMode Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.ViewportUpdateMode"]
Namespace: Godot
public enum ViewportUpdateMode
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Do not update the viewport. | |
Once | 1 | Update the viewport once then set to disabled. | |
WhenVisible | 2 | Update the viewport whenever it is visible. | |
Always | 3 | Always update the viewport. |