Add classes ref generated by makerst.py

This commit is contained in:
Rémi Verschelde
2016-02-07 12:17:14 +01:00
parent 5c1e9caf8d
commit 6dee0d20d4
364 changed files with 41759 additions and 37 deletions

View 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