BackBufferCopy

Inherits: Node2D < CanvasItem < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

CopyMode

copy_mode

1

Rect2

rect

Rect2(-100, -100, 200, 200)


Enumerations

enum CopyMode:

CopyMode COPY_MODE_DISABLED = 0

There is currently no description for this enum. Please help us by contributing one!

CopyMode COPY_MODE_RECT = 1

There is currently no description for this enum. Please help us by contributing one!

CopyMode COPY_MODE_VIEWPORT = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

CopyMode copy_mode = 1

There is currently no description for this property. Please help us by contributing one!


Rect2 rect = Rect2(-100, -100, 200, 200)

  • void set_rect ( Rect2 value )

  • Rect2 get_rect ( )

There is currently no description for this property. Please help us by contributing one!