OverTimeHelper.Motion
Enumeration used to represent the different step calculation methods.
Translate
Motion.Translate
Uses Mathf.MoveTowards
or Vector3.MoveTowards
.
Lerp
Motion.Lerp
Uses Mathf.Lerp
or Vector3.Lerp
.
Slerp
Motion.Slerp
Uses Quaternion.Slerp
.
SmoothDamp
Motion.SmoothDamp
Uses Mathf.SmoothDamp
or Vector3.SmoothDamp
.