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...
HFlowContainer¶
Inherits: FlowContainer < Container < Control < CanvasItem < Node < Object
A container that arranges its child controls horizontally and wraps them around at the borders.
描述¶
A variant of FlowContainer that can only arrange its child controls horizontally, wrapping them around at the borders. This is similar to how text in a book wraps around when no more words can fit on a line.
教程¶
Theme Properties¶
|
||
|
Theme Property Descriptions¶
int h_separation = 4
The horizontal separation of children nodes.
int v_separation = 4
The vertical separation of children nodes.