Enum SubViewport.UpdateMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SubViewport.UpdateMode : long
Fields
Always = 4
Always update the render target.
Disabled = 0
Do not update the render target.
Once = 1
Update the render target once, then switch to Disabled.
WhenParentVisible = 3
Update the render target only when its parent is visible.
WhenVisible = 2
Update the render target only when it is visible. This is the default value.