CurveInterpolater Class |
Namespace: DustProductions.Core
public static class CurveInterpolater
| Name | Description | |
|---|---|---|
| InterpolateCurve(AnimationCurve, Single, Single, Single, Single) |
Retrieve the interpolated float value between a start and end point at a certain time
| |
| InterpolateCurve(AnimationCurve, Vector3, Vector3, Single, Single) |
Retrieve the interpolated Vactor3 value between a start and end point at a certain time
| |
| InterpolateCurveDistance(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
| |
| InterpolateCurveDistance(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
|