mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add classes ref generated by makerst.py
This commit is contained in:
56
classes/class_backbuffercopy.rst
Normal file
56
classes/class_backbuffercopy.rst
Normal file
@@ -0,0 +1,56 @@
|
||||
.. _class_BackBufferCopy:
|
||||
|
||||
BackBufferCopy
|
||||
==============
|
||||
|
||||
Inherits: :ref:`Node2D<class_node2d>`
|
||||
-------------------------------------
|
||||
|
||||
Category: Core
|
||||
--------------
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user