Files
godot-docs/classes/class_patch9frame.rst
Rémi Verschelde 1204e3ea17 Add a warning header to each classref file
To tell potential contributors that they should NOT edit those files but instead should work on the class.xml source of the main Godot repo
2016-02-17 22:04:18 +01:00

75 lines
4.2 KiB
ReStructuredText

.. 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
----------------
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| 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