ReferenceRect¶
Inherits: Control < CanvasItem < Node < Object
Reference frame for GUI.
Description¶
A rectangle box that displays only a border_color border color around its rectangle. ReferenceRect has no fill Color.
Properties¶
| Color | border_color | Color( 1, 0, 0, 1 ) |
| bool | editor_only | true |
Property Descriptions¶
- Color border_color
| Default | Color( 1, 0, 0, 1 ) |
| Setter | set_border_color(value) |
| Getter | get_border_color() |
Sets the border Color of the ReferenceRect.
- bool editor_only
| Default | true |
| Setter | set_editor_only(value) |
| Getter | get_editor_only() |
If set to true, the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in game.