Enum AlignOperation
Namespace: Unity.VisualScripting
Syntax
public enum AlignOperation
Fields
Name | Description | Value |
---|---|---|
AlignLeftEdges | Align the left edges of the selected elements. |
0 |
AlignCenters | Align the horizontal centers of the selected elements. |
1 |
AlignRightEdges | Align the right edges of the selected elements. |
2 |
AlignTopEdges | Align the top edges of the selected elements. |
3 |
AlignMiddles | Align the vertical middles of the selected elements. |
4 |
AlignBottomEdges | Align the bottom edges of the selected elements. |
5 |