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
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. |