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...
VSplitContainer¶
继承: SplitContainer < Container < Control < CanvasItem < Node < Object
会将两个子控件进行垂直分隔的容器,并且提供了用于调整分隔比例的抓取器。
描述¶
仅接受两个子控件的容器,会将这两个控件垂直排列,在两者之间创建一条分隔线。分隔线可以拖动,从而改变两个子控件之间的大小关系。