Enum ShapeTangentMode
Tangent mode for control points that defines the bezier curve.
Namespace: UnityEngine.U2D
Assembly: Unity.2D.SpriteShape.Runtime.dll
Syntax
public enum ShapeTangentMode
  Fields
| Name | Description | 
|---|---|
| Broken | Set custom left and right tangents.  | 
      
| Continuous | Set left and right tangents so that the bezier curve is continuous.  | 
      
| Linear | Linear mode where tangents are zero.  |