Files
godot-docs/classes/class_referencerect.rst
2019-01-07 10:14:12 +01:00

44 lines
1.3 KiB
ReStructuredText

.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the ReferenceRect.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_ReferenceRect:
ReferenceRect
=============
**Inherits:** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
**Category:** Core
Brief Description
-----------------
Reference frame for GUI.
Properties
----------
+---------------------------+----------------------------------------------------------------+
| :ref:`Color<class_Color>` | :ref:`border_color<class_ReferenceRect_property_border_color>` |
+---------------------------+----------------------------------------------------------------+
Description
-----------
Reference frame for GUI. It's just like an empty control, except a red box is displayed while editing around its size at all times.
Property Descriptions
---------------------
.. _class_ReferenceRect_property_border_color:
- :ref:`Color<class_Color>` **border_color**
+----------+-------------------------+
| *Setter* | set_border_color(value) |
+----------+-------------------------+
| *Getter* | get_border_color() |
+----------+-------------------------+