docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ControlPoint

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEditor.U2D.Path
    Assembly: Unity.2D.Path.Editor.dll
    Syntax
    [Serializable]
    public struct ControlPoint

    Fields

    brokenCache

    Declaration
    public TangentCache brokenCache
    Field Value
    Type Description
    TangentCache

    continuousCache

    Declaration
    public TangentCache continuousCache
    Field Value
    Type Description
    TangentCache

    localLeftTangent

    Declaration
    public Vector3 localLeftTangent
    Field Value
    Type Description
    Vector3

    localRightTangent

    Declaration
    public Vector3 localRightTangent
    Field Value
    Type Description
    Vector3

    mirrorLeft

    Declaration
    public bool mirrorLeft
    Field Value
    Type Description
    bool

    position

    Declaration
    public Vector3 position
    Field Value
    Type Description
    Vector3

    tangentMode

    Declaration
    public TangentMode tangentMode
    Field Value
    Type Description
    TangentMode

    Properties

    leftTangent

    Declaration
    public Vector3 leftTangent { get; set; }
    Property Value
    Type Description
    Vector3

    rightTangent

    Declaration
    public Vector3 rightTangent { get; set; }
    Property Value
    Type Description
    Vector3

    Methods

    RestoreTangents()

    Declaration
    public void RestoreTangents()

    StoreTangents()

    Declaration
    public void StoreTangents()
    In This Article
    Back to top
    Copyright © 2025 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)