BackBufferCopyCopyModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.BackBufferCopy.CopyModeEnum"]
Namespace: Godot
public enum CopyModeEnum
| Member name | Value | Description | |
|---|---|---|---|
| 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. |