class_patch9frame.rst 5.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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_Patch9Frame:
  4. Patch9Frame
  5. ===========
  6. **Inherits:** :ref:`Control<class_control>` **<** :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. | :ref:`bool<class_bool>` | :ref:`get_draw_center<class_Patch9Frame_get_draw_center>` **(** **)** const |
  14. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`Color<class_color>` | :ref:`get_modulate<class_Patch9Frame_get_modulate>` **(** **)** const |
  16. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`get_patch_margin<class_Patch9Frame_get_patch_margin>` **(** :ref:`int<class_int>` margin **)** const |
  18. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`Rect2<class_rect2>` | :ref:`get_region_rect<class_Patch9Frame_get_region_rect>` **(** **)** const |
  20. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`Object<class_object>` | :ref:`get_texture<class_Patch9Frame_get_texture>` **(** **)** const |
  22. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  23. | void | :ref:`set_draw_center<class_Patch9Frame_set_draw_center>` **(** :ref:`bool<class_bool>` draw_center **)** |
  24. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  25. | void | :ref:`set_modulate<class_Patch9Frame_set_modulate>` **(** :ref:`Color<class_color>` modulate **)** |
  26. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  27. | void | :ref:`set_patch_margin<class_Patch9Frame_set_patch_margin>` **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)** |
  28. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  29. | void | :ref:`set_region_rect<class_Patch9Frame_set_region_rect>` **(** :ref:`Rect2<class_rect2>` rect **)** |
  30. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  31. | void | :ref:`set_texture<class_Patch9Frame_set_texture>` **(** :ref:`Object<class_object>` texture **)** |
  32. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  33. Signals
  34. -------
  35. - **texture_changed** **(** **)**
  36. Member Function Description
  37. ---------------------------
  38. .. _class_Patch9Frame_get_draw_center:
  39. - :ref:`bool<class_bool>` **get_draw_center** **(** **)** const
  40. .. _class_Patch9Frame_get_modulate:
  41. - :ref:`Color<class_color>` **get_modulate** **(** **)** const
  42. .. _class_Patch9Frame_get_patch_margin:
  43. - :ref:`int<class_int>` **get_patch_margin** **(** :ref:`int<class_int>` margin **)** const
  44. .. _class_Patch9Frame_get_region_rect:
  45. - :ref:`Rect2<class_rect2>` **get_region_rect** **(** **)** const
  46. .. _class_Patch9Frame_get_texture:
  47. - :ref:`Object<class_object>` **get_texture** **(** **)** const
  48. .. _class_Patch9Frame_set_draw_center:
  49. - void **set_draw_center** **(** :ref:`bool<class_bool>` draw_center **)**
  50. .. _class_Patch9Frame_set_modulate:
  51. - void **set_modulate** **(** :ref:`Color<class_color>` modulate **)**
  52. .. _class_Patch9Frame_set_patch_margin:
  53. - void **set_patch_margin** **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)**
  54. .. _class_Patch9Frame_set_region_rect:
  55. - void **set_region_rect** **(** :ref:`Rect2<class_rect2>` rect **)**
  56. .. _class_Patch9Frame_set_texture:
  57. - void **set_texture** **(** :ref:`Object<class_object>` texture **)**