class_patch9frame.rst 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. | void | :ref:`set_texture<class_Patch9Frame_set_texture>` **(** :ref:`Object<class_object>` texture **)** |
  14. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`Object<class_object>` | :ref:`get_texture<class_Patch9Frame_get_texture>` **(** **)** const |
  16. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_modulate<class_Patch9Frame_set_modulate>` **(** :ref:`Color<class_color>` modulate **)** |
  18. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`Color<class_color>` | :ref:`get_modulate<class_Patch9Frame_get_modulate>` **(** **)** const |
  20. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  21. | void | :ref:`set_patch_margin<class_Patch9Frame_set_patch_margin>` **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)** |
  22. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`int<class_int>` | :ref:`get_patch_margin<class_Patch9Frame_get_patch_margin>` **(** :ref:`int<class_int>` margin **)** const |
  24. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  25. | void | :ref:`set_draw_center<class_Patch9Frame_set_draw_center>` **(** :ref:`bool<class_bool>` draw_center **)** |
  26. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`bool<class_bool>` | :ref:`get_draw_center<class_Patch9Frame_get_draw_center>` **(** **)** const |
  28. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  29. Member Function Description
  30. ---------------------------
  31. .. _class_Patch9Frame_set_texture:
  32. - void **set_texture** **(** :ref:`Object<class_object>` texture **)**
  33. .. _class_Patch9Frame_get_texture:
  34. - :ref:`Object<class_object>` **get_texture** **(** **)** const
  35. .. _class_Patch9Frame_set_modulate:
  36. - void **set_modulate** **(** :ref:`Color<class_color>` modulate **)**
  37. .. _class_Patch9Frame_get_modulate:
  38. - :ref:`Color<class_color>` **get_modulate** **(** **)** const
  39. .. _class_Patch9Frame_set_patch_margin:
  40. - void **set_patch_margin** **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)**
  41. .. _class_Patch9Frame_get_patch_margin:
  42. - :ref:`int<class_int>` **get_patch_margin** **(** :ref:`int<class_int>` margin **)** const
  43. .. _class_Patch9Frame_set_draw_center:
  44. - void **set_draw_center** **(** :ref:`bool<class_bool>` draw_center **)**
  45. .. _class_Patch9Frame_get_draw_center:
  46. - :ref:`bool<class_bool>` **get_draw_center** **(** **)** const