-
Notifications
You must be signed in to change notification settings - Fork 0
HBoxContainer
Eduard Gushchin edited this page Jul 1, 2026
·
3 revisions
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.HBoxContainer |
| Namespace | Electron2D |
| Kind | class |
| Category | UI and Text |
Arranges direct child controls horizontally.
public class Electron2D.HBoxContainer : Electron2D.BoxContainerProfile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: HBoxContainer
Horizontal specialization of BoxContainer.
HBoxContainer is a Electron2D.BoxContainer with
Electron2D.BoxContainer.Vertical set to false.
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.VBoxContainer
| Member | Kind | Summary |
|---|---|---|
Electron2D.HBoxContainer() |
Constructor | Initializes a new instance of the Electron2D.HBoxContainer type. |
Kind: Constructor
public Electron2D.HBoxContainer()Initializes a new instance of the Electron2D.HBoxContainer type.
The instance uses horizontal 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.