docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetKnotLinks

    TryGetKnotLinks(SplineKnotIndex, out IReadOnlyList<SplineKnotIndex>)

    Gets the knots linked to a specific knot.

    Declaration
    public bool TryGetKnotLinks(SplineKnotIndex knotIndex, out IReadOnlyList<SplineKnotIndex> linkedKnots)
    Parameters
    Type Name Description
    SplineKnotIndex knotIndex

    The SplineKnotIndex of the knot.

    IReadOnlyList<SplineKnotIndex> linkedKnots

    The output list of the knots linked to the specified knot if they exist or null if they do not exist.

    Returns
    Type Description
    bool

    Returns true if linked knots are found, false otherwise.

    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)