mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
52 lines
1.9 KiB
ReStructuredText
52 lines
1.9 KiB
ReStructuredText
.. _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
|
|
|
|
|