docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    Assembly: solution.dll
    Syntax
    public enum BezierTangent

    Fields

    Name Description
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)