class_backbuffercopy - ScyDev/godot GitHub Wiki
BackBufferCopy
####Inherits: Node2D ####Category: Core
Brief Description
Member Functions
- void set_rect ( Rect2 rect )
- Rect2 get_rect ( ) const
- void set_copy_mode ( int copy_mode )
- int get_copy_mode ( ) const
Numeric Constants
- COPY_MODE_DISALED = 0
- COPY_MODE_RECT = 1
- COPY_MODE_VIEWPORT = 2