Skip to main content
Version: 2.0.x (Unreleased)

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.