Skip to content

VBoxContainer

Eduard Gushchin edited this page Jun 24, 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

Overview

Arranges direct child controls vertically.

Syntax

public class Electron2D.VBoxContainer : Electron2D.BoxContainer

Godot 4.7 C# profile compatibility

Profile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: VBoxContainer

Vertical specialization of BoxContainer.

Remarks

VBoxContainer is a Electron2D.BoxContainer with Electron2D.BoxContainer.Vertical set to true.

Thread Safety

This type is not synchronized. Create and mutate it on the main scene thread.

Since

This type is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.BoxContainer
  • Electron2D.HBoxContainer

Members

Member Kind Summary
Electron2D.VBoxContainer() Constructor Initializes a new instance of the Electron2D.VBoxContainer type.

Member Details

Electron2D.VBoxContainer()

Kind: Constructor

public Electron2D.VBoxContainer()

Summary

Initializes a new instance of the Electron2D.VBoxContainer type.

Remarks

The instance uses vertical layout immediately after construction.

Thread Safety

This constructor is not synchronized. Call it on the main scene thread.

Since

This constructor is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.BoxContainer.Vertical

Clone this wiki locally