ViewportUpdateMode Enumeration |
[Missing <summary> documentation for "T:Godot.Viewport.UpdateMode"]
Namespace: Godot
public enum UpdateMode
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Do not update the render target. | |
Once | 1 | Update the render target once, then switch to . | |
WhenVisible | 2 | Update the render target only when it is visible. This is the default value. | |
Always | 3 | Always update the render target. |