class_backbuffercopy.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_BackBufferCopy:
  4. BackBufferCopy
  5. ==============
  6. **Inherits:** :ref:`Node2D<class_node2d>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------+--------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`set_rect<class_BackBufferCopy_set_rect>` **(** :ref:`Rect2<class_rect2>` rect **)** |
  14. +----------------------------+--------------------------------------------------------------------------------------------------------+
  15. | :ref:`Rect2<class_rect2>` | :ref:`get_rect<class_BackBufferCopy_get_rect>` **(** **)** const |
  16. +----------------------------+--------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_copy_mode<class_BackBufferCopy_set_copy_mode>` **(** :ref:`int<class_int>` copy_mode **)** |
  18. +----------------------------+--------------------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`get_copy_mode<class_BackBufferCopy_get_copy_mode>` **(** **)** const |
  20. +----------------------------+--------------------------------------------------------------------------------------------------------+
  21. Numeric Constants
  22. -----------------
  23. - **COPY_MODE_DISABLED** = **0**
  24. - **COPY_MODE_RECT** = **1**
  25. - **COPY_MODE_VIEWPORT** = **2**
  26. Member Function Description
  27. ---------------------------
  28. .. _class_BackBufferCopy_set_rect:
  29. - void **set_rect** **(** :ref:`Rect2<class_rect2>` rect **)**
  30. .. _class_BackBufferCopy_get_rect:
  31. - :ref:`Rect2<class_rect2>` **get_rect** **(** **)** const
  32. .. _class_BackBufferCopy_set_copy_mode:
  33. - void **set_copy_mode** **(** :ref:`int<class_int>` copy_mode **)**
  34. .. _class_BackBufferCopy_get_copy_mode:
  35. - :ref:`int<class_int>` **get_copy_mode** **(** **)** const