Enum BackBufferCopy.CopyModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum BackBufferCopy.CopyModeEnum : long
Fields
Disabled = 0
Disables the buffering mode. This means the BackBufferCopy node will directly use the portion of screen it covers.
Rect = 1
BackBufferCopy buffers a rectangular region.
Viewport = 2
BackBufferCopy buffers the entire screen.