Files
godot-docs/classes/class_referencerect.rst
2019-07-29 21:15:14 +02:00

48 lines
1.5 KiB
ReStructuredText

:github_url: hide
.. 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 an outline border :ref:`border_color<class_ReferenceRect_property_border_color>` 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() |
+----------+-------------------------+
Determines the border :ref:`Color<class_Color>` of the :ref:`ReferenceRect<class_ReferenceRect>`.