docs.unity.cn
    Show / Hide Table of Contents

    Enum ShapeTangentMode

    Tangent mode for control points that defines the bezier curve.

    Namespace: UnityEngine.U2D
    Syntax
    public enum ShapeTangentMode

    Fields

    Name Description Value
    Linear

    Linear mode where tangents are zero.


    0
    Continuous

    Set left and right tangents so that the bezier curve is continuous.


    1
    Broken

    Set custom left and right tangents.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, September 4, 2023