ReferenceRect
Reference frame for GUI.
A rectangle box that displays only a border color around its rectangle. has no fill Color. If you need to display a rectangle filled with a solid color, consider using instead.
Sets the border Color of the ReferenceRect
.
- border_width
Sets the border width of the ReferenceRect
. The border grows both inwards and outwards with respect to the rectangle box.
If set to true
, the ReferenceRect
will only be visible while in editor. Otherwise, ReferenceRect
will be visible in game.