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.

HSplitContainer

繼承: SplitContainer < Container < Control < CanvasItem < Node < Object

會將兩個子控制項進行水平分隔的容器,並且提供了用於調整分隔比例的抓取器。

說明

僅接受兩個子控制項的容器,會將這兩個控制項水平排列,在兩者之間建立一條分隔線。分隔線可以拖動,從而改變兩個子控制項之間的大小關係。

教學