Enum AspectRatioContainer.AlignmentMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AspectRatioContainer.AlignmentMode : long
Fields
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.