1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
- .. _class_Patch9Frame:
- Patch9Frame
- ===========
- **Inherits:** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`get_draw_center<class_Patch9Frame_get_draw_center>` **(** **)** const |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Color<class_color>` | :ref:`get_modulate<class_Patch9Frame_get_modulate>` **(** **)** const |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_patch_margin<class_Patch9Frame_get_patch_margin>` **(** :ref:`int<class_int>` margin **)** const |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Rect2<class_rect2>` | :ref:`get_region_rect<class_Patch9Frame_get_region_rect>` **(** **)** const |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Object<class_object>` | :ref:`get_texture<class_Patch9Frame_get_texture>` **(** **)** const |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_draw_center<class_Patch9Frame_set_draw_center>` **(** :ref:`bool<class_bool>` draw_center **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_modulate<class_Patch9Frame_set_modulate>` **(** :ref:`Color<class_color>` modulate **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_patch_margin<class_Patch9Frame_set_patch_margin>` **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_region_rect<class_Patch9Frame_set_region_rect>` **(** :ref:`Rect2<class_rect2>` rect **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_texture<class_Patch9Frame_set_texture>` **(** :ref:`Object<class_object>` texture **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
- Signals
- -------
- - **texture_changed** **(** **)**
- Member Function Description
- ---------------------------
- .. _class_Patch9Frame_get_draw_center:
- - :ref:`bool<class_bool>` **get_draw_center** **(** **)** const
- .. _class_Patch9Frame_get_modulate:
- - :ref:`Color<class_color>` **get_modulate** **(** **)** const
- .. _class_Patch9Frame_get_patch_margin:
- - :ref:`int<class_int>` **get_patch_margin** **(** :ref:`int<class_int>` margin **)** const
- .. _class_Patch9Frame_get_region_rect:
- - :ref:`Rect2<class_rect2>` **get_region_rect** **(** **)** const
- .. _class_Patch9Frame_get_texture:
- - :ref:`Object<class_object>` **get_texture** **(** **)** const
- .. _class_Patch9Frame_set_draw_center:
- - void **set_draw_center** **(** :ref:`bool<class_bool>` draw_center **)**
- .. _class_Patch9Frame_set_modulate:
- - void **set_modulate** **(** :ref:`Color<class_color>` modulate **)**
- .. _class_Patch9Frame_set_patch_margin:
- - void **set_patch_margin** **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)**
- .. _class_Patch9Frame_set_region_rect:
- - void **set_region_rect** **(** :ref:`Rect2<class_rect2>` rect **)**
- .. _class_Patch9Frame_set_texture:
- - void **set_texture** **(** :ref:`Object<class_object>` texture **)**
|