BackBufferCopy
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
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)
There is currently no description for this property. Please help us by contributing one!