Click or drag to resize

CurveInterpolater Methods

Methods
  NameDescription
Public methodStatic memberInterpolateCurve(AnimationCurve, Single, Single, Single, Single)
Retrieve the interpolated float value between a start and end point at a certain time
Public methodStatic memberInterpolateCurve(AnimationCurve, Vector3, Vector3, Single, Single)
Retrieve the interpolated Vactor3 value between a start and end point at a certain time
Public methodStatic memberInterpolateCurveDistance(AnimationCurve, Single, Single, Single, Single)
Retrieve the interpolated float value between a start and end point at a certain time by passing in the distance instead of the end point
Public methodStatic memberInterpolateCurveDistance(AnimationCurve, Vector3, Vector3, Single, Single)
Retrieve the interpolated Vector3 value between a start and end point at a certain time by passing in the distance instead of the end point
Top
See Also