Enum BezierTangent
Describes the direction of a BezierKnot tangent. A spline is composed of a list of BezierKnot, where every knot can be either the start or end of a BezierCurve. The BezierTangent enum indicates which tangent should be used to construct a curve.
Namespace: UnityEngine.Splines
Syntax
public enum BezierTangent
Fields
| Name | Description | Value |
|---|---|---|
| In | The "In" tangent is the second tangent in a curve composed of two knots. |
|
| Out | The "Out" tangent is the first tangent in a curve composed of two knots. |