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.

HFlowContainer

继承: FlowContainer < Container < Control < CanvasItem < Node < Object

将子控件横向排列并在边界处换行的容器。

描述

FlowContainer 的一种,只能将其子控件横向排列并在边界处换行。类似于书本中文字在一行中写不下以后的换行方式。

教程