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...
HSeparator¶
Inherits: Separator < Control < CanvasItem < Node < Object
A horizontal line used for separating other controls.
描述¶
A horizontal separator used for separating other controls that are arranged vertically. HSeparator is purely visual and normally drawn as a StyleBoxLine.
Theme Properties¶
|
||
Theme Property Descriptions¶
int separation = 4
The height of the area covered by the separator. Effectively works like a minimum height.
StyleBox separator
The style for the separator line. Works best with StyleBoxLine.