123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .. _class_BackBufferCopy:
- BackBufferCopy
- ==============
- **Inherits:** :ref:`Node2D<class_node2d>`
- **Category:** Core
- Member Functions
- ----------------
- +----------------------------+--------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_rect<class_BackBufferCopy_set_rect>` **(** :ref:`Rect2<class_rect2>` rect **)** |
- +----------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`Rect2<class_rect2>` | :ref:`get_rect<class_BackBufferCopy_get_rect>` **(** **)** const |
- +----------------------------+--------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_copy_mode<class_BackBufferCopy_set_copy_mode>` **(** :ref:`int<class_int>` copy_mode **)** |
- +----------------------------+--------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_copy_mode<class_BackBufferCopy_get_copy_mode>` **(** **)** const |
- +----------------------------+--------------------------------------------------------------------------------------------------------+
- Numeric Constants
- -----------------
- - **COPY_MODE_DISABLED** = **0**
- - **COPY_MODE_RECT** = **1**
- - **COPY_MODE_VIEWPORT** = **2**
- Member Function Description
- ---------------------------
- .. _class_BackBufferCopy_set_rect:
- - void **set_rect** **(** :ref:`Rect2<class_rect2>` rect **)**
- .. _class_BackBufferCopy_get_rect:
- - :ref:`Rect2<class_rect2>` **get_rect** **(** **)** const
- .. _class_BackBufferCopy_set_copy_mode:
- - void **set_copy_mode** **(** :ref:`int<class_int>` copy_mode **)**
- .. _class_BackBufferCopy_get_copy_mode:
- - :ref:`int<class_int>` **get_copy_mode** **(** **)** const
|