Enum FlexalonCurveLayout.SpacingOptions
Determines how the children will be spaced along the curve.
Syntax
public enum FlexalonCurveLayout.SpacingOptions
Fields
Name | Description |
---|---|
Evenly | The first child is placed at the beginning of the curve and the last child is placed at the end of the curve. The rest of the children are placed at even distances between these points along the curve. |
EvenlyConnected | If the beginning of the curve is connected to the end of the curve, then the first child is placed at the beginning/end of the curve, and the rest of the children are placed at even distances along the curve. |
Fixed | Define the distance between each child with the "Spacing" property. |