Enum ShapeTangentMode
Tangent mode for control points that defines the bezier curve.
Namespace: UnityEngine.U2D
Syntax
public enum ShapeTangentMode
Fields
Name | Description | Value |
---|---|---|
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. |