docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method DoKnotsAndTangentsHandles

    DoKnotsAndTangentsHandles(SplineInfo)

    Creates knot and tangent handles for a spline. Call DoKnotsAndTangentsHandles in a SplineHandleScope. This method is used internally by DoHandles.

    Declaration
    public static void DoKnotsAndTangentsHandles(SplineInfo spline)
    Parameters
    Type Name Description
    SplineInfo spline

    The spline to create knot and tangent handles for.

    DoKnotsAndTangentsHandles(IReadOnlyList<SplineInfo>)

    Creates knot and tangent handles for multiple splines. Call DoKnotsAndTangentsHandles in a SplineHandleScope. This method is used internally by DoHandles.

    Declaration
    public static void DoKnotsAndTangentsHandles(IReadOnlyList<SplineInfo> splines)
    Parameters
    Type Name Description
    IReadOnlyList<SplineInfo> splines

    The splines to create knot and tangent handles for.

    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)