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