BoxContainerAlignMode Enumeration |
[Missing <summary> documentation for "T:Godot.BoxContainer.AlignMode"]
Namespace: Godot
public enum AlignMode
Member name | Value | Description | |
---|---|---|---|
Begin | 0 | Aligns children with the beginning of the container. | |
Center | 1 | Aligns children with the center of the container. | |
End | 2 | Aligns children with the end of the container. |