Enum DistributeOperation
Namespace: Unity.VisualScripting
Syntax
public enum DistributeOperation
Fields
Name | Description | Value |
---|---|---|
DistributeLeftEdges | Distribute the selected elements so that the left edges are at equal distance of one another. |
0 |
DistributeCenters | Distribute the selected elements so that the horizontal centers are at equal distance of one another. |
1 |
DistributeRightEdges | Distribute the selected elements so that the right edges are at equal distance of one another. |
2 |
DistributeHorizontalGaps | Distribute the selected elements so that the horizontal gaps are all of equal size. |
3 |
DistributeTopEdges | Distribute the selected elements so that the top edges are at equal distance of one another. |
4 |
DistributeMiddles | Distribute the selected elements so that the vertical middles are at equal distance of one another. |
5 |
DistributeBottomEdges | Distribute the selected elements so that the bottom edges are at equal distance of one another. |
6 |
DistributeVerticalGaps | Distribute the selected elements so that the vertical gaps are all of equal size. |
7 |