docs.unity.cn
    Show / Hide Table of Contents

    Enum SplineAnimate.Method

    Describes the different methods that may be used to animated the object along the Spline.

    Namespace: UnityEngine.Splines
    Syntax
    public enum Method : int

    Fields

    Name Description Value
    Speed

    Spline will be traversed at a given maximum speed.

    Time

    Spline will be traversed in the given amount of seconds.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, April 4, 2022
    Terms of use