mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 23:28:59 +00:00
32 lines
783 B
ReStructuredText
32 lines
783 B
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.
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
.. _class_ReferenceRect_border_color:
|
|
|
|
- :ref:`Color<class_color>` **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.
|
|
|