class_backbuffercopy.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. _class_BackBufferCopy:
  2. BackBufferCopy
  3. ==============
  4. **Inherits:** :ref:`Node2D<class_node2d>`
  5. **Category:** Core
  6. Member Functions
  7. ----------------
  8. +----------------------------+--------------------------------------------------------------------------------------------------------+
  9. | void | :ref:`set_rect<class_BackBufferCopy_set_rect>` **(** :ref:`Rect2<class_rect2>` rect **)** |
  10. +----------------------------+--------------------------------------------------------------------------------------------------------+
  11. | :ref:`Rect2<class_rect2>` | :ref:`get_rect<class_BackBufferCopy_get_rect>` **(** **)** const |
  12. +----------------------------+--------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`set_copy_mode<class_BackBufferCopy_set_copy_mode>` **(** :ref:`int<class_int>` copy_mode **)** |
  14. +----------------------------+--------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`get_copy_mode<class_BackBufferCopy_get_copy_mode>` **(** **)** const |
  16. +----------------------------+--------------------------------------------------------------------------------------------------------+
  17. Numeric Constants
  18. -----------------
  19. - **COPY_MODE_DISABLED** = **0**
  20. - **COPY_MODE_RECT** = **1**
  21. - **COPY_MODE_VIEWPORT** = **2**
  22. Member Function Description
  23. ---------------------------
  24. .. _class_BackBufferCopy_set_rect:
  25. - void **set_rect** **(** :ref:`Rect2<class_rect2>` rect **)**
  26. .. _class_BackBufferCopy_get_rect:
  27. - :ref:`Rect2<class_rect2>` **get_rect** **(** **)** const
  28. .. _class_BackBufferCopy_set_copy_mode:
  29. - void **set_copy_mode** **(** :ref:`int<class_int>` copy_mode **)**
  30. .. _class_BackBufferCopy_get_copy_mode:
  31. - :ref:`int<class_int>` **get_copy_mode** **(** **)** const