godot/doc/classes/ReferenceRect.xml

20 lines
570 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name="ReferenceRect" inherits="Control" category="Core" version="3.2">
<brief_description>
Reference frame for GUI.
</brief_description>
<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.
</description>
<tutorials>
</tutorials>
<methods>
</methods>
2018-08-11 09:37:03 +02:00
<members>
<member name="border_color" type="Color" setter="set_border_color" getter="get_border_color">
</member>
</members>
2018-08-21 00:35:30 +02:00
<constants>
</constants>
</class>