mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
72 lines
4.0 KiB
ReStructuredText
72 lines
4.0 KiB
ReStructuredText
.. _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
|
|
----------------
|
|
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_texture<class_Patch9Frame_set_texture>` **(** :ref:`Object<class_object>` texture **)** |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Object<class_object>` | :ref:`get_texture<class_Patch9Frame_get_texture>` **(** **)** const |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_modulate<class_Patch9Frame_set_modulate>` **(** :ref:`Color<class_color>` modulate **)** |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Color<class_color>` | :ref:`get_modulate<class_Patch9Frame_get_modulate>` **(** **)** const |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_patch_margin<class_Patch9Frame_set_patch_margin>` **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)** |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_patch_margin<class_Patch9Frame_get_patch_margin>` **(** :ref:`int<class_int>` margin **)** const |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_draw_center<class_Patch9Frame_set_draw_center>` **(** :ref:`bool<class_bool>` draw_center **)** |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`get_draw_center<class_Patch9Frame_get_draw_center>` **(** **)** const |
|
|
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_Patch9Frame_set_texture:
|
|
|
|
- void **set_texture** **(** :ref:`Object<class_object>` texture **)**
|
|
|
|
.. _class_Patch9Frame_get_texture:
|
|
|
|
- :ref:`Object<class_object>` **get_texture** **(** **)** const
|
|
|
|
.. _class_Patch9Frame_set_modulate:
|
|
|
|
- void **set_modulate** **(** :ref:`Color<class_color>` modulate **)**
|
|
|
|
.. _class_Patch9Frame_get_modulate:
|
|
|
|
- :ref:`Color<class_color>` **get_modulate** **(** **)** const
|
|
|
|
.. _class_Patch9Frame_set_patch_margin:
|
|
|
|
- void **set_patch_margin** **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` value **)**
|
|
|
|
.. _class_Patch9Frame_get_patch_margin:
|
|
|
|
- :ref:`int<class_int>` **get_patch_margin** **(** :ref:`int<class_int>` margin **)** const
|
|
|
|
.. _class_Patch9Frame_set_draw_center:
|
|
|
|
- void **set_draw_center** **(** :ref:`bool<class_bool>` draw_center **)**
|
|
|
|
.. _class_Patch9Frame_get_draw_center:
|
|
|
|
- :ref:`bool<class_bool>` **get_draw_center** **(** **)** const
|
|
|
|
|