Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

HFlowContainer

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

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

描述

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

教程