docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveSplineAt

    RemoveSplineAt<T>(T, int)

    Removes a spline from a ISplineContainer.

    Declaration
    public static bool RemoveSplineAt<T>(this T container, int splineIndex) where T : ISplineContainer
    Parameters
    Type Name Description
    T container

    The target container.

    int splineIndex

    The index of the spline to remove from the SplineContainer.

    Returns
    Type Description
    bool

    Returns true if the spline was removed from the container.

    Type Parameters
    Name Description
    T

    A type that implements 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)