Enum AlignOperation
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public enum AlignOperation
Fields
| Name | Description |
|---|---|
| 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. |