docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method UnlinkKnots

    UnlinkKnots<T>(T, IReadOnlyList<SplineKnotIndex>)

    Unlinks several knots from an ISplineContainer. A knot in knots disconnects from other knots it was linked to.

    Declaration
    public static void UnlinkKnots<T>(this T container, IReadOnlyList<SplineKnotIndex> knots) where T : ISplineContainer
    Parameters
    Type Name Description
    T container

    The target SplineContainer.

    IReadOnlyList<SplineKnotIndex> knots

    The knot to unlink.

    Type Parameters
    Name Description
    T

    A type implementing ISplineContainer.

    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)