Click or drag to resize

InterpolateNewEase Method

Overload List
  NameDescription
Public methodStatic memberNewEase(InterpolateFunction, Vector3, Vector3, Int32)
Instead of easing based on time, generate n interpolated points (slices) between the start and end positions.
Public methodStatic memberNewEase(InterpolateFunction, Vector3, Vector3, Single)
Returns sequence generator from start to end over duration using the given easing function. The sequence is generated as it is accessed using the Time.deltaTime to calculate the portion of duration that has elapsed.
Top
See Also