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