Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
ReferenceRect¶
Inherits: Control < CanvasItem < Node < Object
A rectangle hint for designing UIs.
描述¶
A rectangle box that displays only a colored border around its rectangle. It is used to visualize the extents of a Control.
属性¶
|
||
|
||
|
Property Descriptions¶
Color border_color = Color(1, 0, 0, 1)
Sets the border color of the ReferenceRect.
float border_width = 1.0
Sets the border width of the ReferenceRect. The border grows both inwards and outwards with respect to the rectangle box.
bool editor_only = true
If true
, the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in the running project.