AspectRatioContainerAlignMode Enumeration |
[Missing <summary> documentation for "T:Godot.AspectRatioContainer.AlignMode"]
Namespace: Godot
public enum AlignMode
| Member name | Value | Description | |
|---|---|---|---|
| Begin | 0 | Aligns child controls with the beginning (left or top) of the container. | |
| Center | 1 | Aligns child controls with the center of the container. | |
| End | 2 | Aligns child controls with the end (right or bottom) of the container. |