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