Enum FlexalonCurveLayout.RotationOptions
Determines how children should be rotated
Syntax
public enum FlexalonCurveLayout.RotationOptionsFields
| Name | Description | 
|---|---|
| Backward | Each child is rotated to face backward along the curve. | 
| Forward | Each child is rotated to face forward along the curve. | 
| In | Each child is rotated to the right of the forward direction of the curve. | 
| InWithRoll | Each child is rotated to the right of the forward direction of the curve and rolled so that the X axis matches the curve backward direction. | 
| None | Sets all child rotations to zero. | 
| Out | Each child is rotated to the left of the forward direction of the curve. | 
| OutWithRoll | Each child is rotated to the left of the forward direction of the curve and rolled so that the X axis matches the curve forward direction. |