Enum SplineAnimate.Method
Describes the different methods that can be used to animated an object along a spline.
Namespace: UnityEngine.Splines
Syntax
public enum Method
Fields
| Name | Description | Value |
|---|---|---|
| Time | Spline will be traversed in the given amount of seconds. |
0 |
| Speed | Spline will be traversed at a given maximum speed. |
1 |