Click or drag to resize

BackBufferCopyCopyModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.BackBufferCopy.CopyModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum CopyModeEnum
Members
  Member nameValueDescription
Disabled0

Disables the buffering mode. This means the BackBufferCopy node will directly use the portion of screen it covers.

Rect1

BackBufferCopy buffers a rectangular region.

Viewport2

BackBufferCopy buffers the entire screen.

See Also