docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SplineModification

    Describes the different types of changes that can occur to a spline.

    Namespace: UnityEngine.Splines
    Assembly: solution.dll
    Syntax
    public enum SplineModification

    Fields

    Name Description
    ClosedModified

    The spline's Closed property was modified.

    Default

    The default modification type. This is used when no other SplineModification types apply.

    KnotInserted

    A knot was inserted.

    KnotModified

    A knot was modified.

    KnotRemoved

    A knot was removed.

    KnotReordered

    A knot was reordered.

    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)