new VBoxContainer()
VerticalBoxContainer or VBoxContainer is a container that arranges its children vertically.
Name | Type | Default | Description |
---|---|---|---|
spacing | number | 0 | The spacing between the children. |
- Source
Extends
Members
(readonly) properties
The entity that this component is attached to.
- Inherited From
- Source
spacing
The spacing between the children.
- Source
Methods
Update()
Update all the children's UITransform components. Every time there is a change in the children,or sizes of the container, this method should be called.
- Overrides