docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SliceDirection

    Describes the direction that a SplineRange interpolates. Use SplineSlice<T> and SplineRange to create paths that interpolate along a Spline in either a forward or backward direction.

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

    Fields

    Name Description
    Backward

    The SplineSlice<T> interpolates in the reverse direction of the referenced spline.

    Forward

    The SplineSlice<T> interpolates along the direction of the referenced spline.

    See Also
    SplineSlice<T>
    SplineRange
    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)