class_backbuffercopy.rst 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. _class_BackBufferCopy:
  2. BackBufferCopy
  3. ==============
  4. Inherits: :ref:`Node2D<class_node2d>`
  5. -------------------------------------
  6. Category: Core
  7. --------------
  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