Enum FlexalonCurveLayout.TangentMode
Determines how the tangent for a CurvePoint is determined.
Syntax
public enum FlexalonCurveLayout.TangentMode
Fields
| Name | Description |
|---|---|
| Corner | Sets the tangent to zero to create a sharp corner. |
| Manual | Define the tangent by entering a value or dragging the handle in the scene window. |
| MatchPrevious | Sets the tangent to match the tangent at the previous point. |
| Smooth | Computes a tangent that will create a smooth curve between the previous and next points. |