docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method DoSpline

    DoSpline<T>(T)

    Draws a handle for a spline.

    Declaration
    public static void DoSpline<T>(T spline) where T : ISpline
    Parameters
    Type Name Description
    T spline

    The target spline.

    Type Parameters
    Name Description
    T

    A type implementing ISpline.

    DoSpline<T>(int, T)

    Draws a handle for a spline.

    Declaration
    public static void DoSpline<T>(int controlID, T spline) where T : ISpline
    Parameters
    Type Name Description
    int controlID

    The spline mesh controlID.

    T spline

    The target spline.

    Type Parameters
    Name Description
    T

    A type implementing ISpline.

    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)