Enum SubViewport.ClearMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SubViewport.ClearMode : long
Fields
Always = 0Always clear the render target before drawing.
Never = 1Never clear the render target.
Once = 2Clear the render target on the next frame, then switch to Never.