docs.unity3d.com
    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
    Syntax
    public enum BezierTangent

    Fields

    Name Description Value
    In

    The "In" tangent is the second tangent in a curve composed of two knots.


    0
    Out

    The "Out" tangent is the first tangent in a curve composed of two knots.


    1
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023