-
Notifications
You must be signed in to change notification settings - Fork 0
VBoxContainer
Eduard Gushchin edited this page Jul 1, 2026
·
3 revisions
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.VBoxContainer |
| Namespace | Electron2D |
| Kind | class |
| Category | UI and Text |
Arranges direct child controls vertically.
public class Electron2D.VBoxContainer : Electron2D.BoxContainerProfile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: VBoxContainer
Vertical specialization of BoxContainer.
VBoxContainer is a Electron2D.BoxContainer with
Electron2D.BoxContainer.Vertical set to true.
This type is not synchronized. Create and mutate it on the main scene thread.
This type is available since Electron2D 0.1.0 Preview.
Electron2D.BoxContainerElectron2D.HBoxContainer
| Member | Kind | Summary |
|---|---|---|
Electron2D.VBoxContainer() |
Constructor | Initializes a new instance of the Electron2D.VBoxContainer type. |
Kind: Constructor
public Electron2D.VBoxContainer()Initializes a new instance of the Electron2D.VBoxContainer type.
The instance uses vertical layout immediately after construction.
This constructor is not synchronized. Call it on the main scene thread.
This constructor is available since Electron2D 0.1.0 Preview.
Electron2D.BoxContainer.Vertical
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.