BoxContainer

    Inherited By: , HBoxContainer,

    Arranges child controls vertically or horizontally, and rearranges the controls automatically when their minimum size changes.

    Properties

    Enumerations

    • ALIGN_BEGIN = 0 —- Aligns children with the beginning of the container.
    • ALIGN_END = 2 —- Aligns children with the end of the container.

    The alignment of the container’s children (must be one of , ALIGN_CENTER or ).

    Method Descriptions

    • void add_spacer ( bool begin )