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