docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method KnotIndexChanged

    KnotIndexChanged(int, int, int)

    Updates the KnotLinkCollection indices after a knot index changes.

    Declaration
    public void KnotIndexChanged(int splineIndex, int previousKnotIndex, int newKnotIndex)
    Parameters
    Type Name Description
    int splineIndex

    The index of the spline.

    int previousKnotIndex

    The previous index of the knot in the spline.

    int newKnotIndex

    The new index of the knot in the spline.

    KnotIndexChanged(SplineKnotIndex, SplineKnotIndex)

    Updates the KnotLinkCollection indices after a knot index changes.

    Declaration
    public void KnotIndexChanged(SplineKnotIndex previousIndex, SplineKnotIndex newIndex)
    Parameters
    Type Name Description
    SplineKnotIndex previousIndex

    The previous SplineKnotIndex of the knot.

    SplineKnotIndex newIndex

    The new SplineKnotIndex of the knot.

    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)