- Found in:
- Mathf
Description
Documentation Comment
Interpolates between min and max with smoothing at the limits
Caveats
Parameters
floatcurrent
floattarget
floatt
Examples
Auto-Generated Example
float myFloat__current
float myFloat__target
float myFloat__t
float returnedValue = LibMathf.SmoothStep(myFloat__current, myFloat__target, myFloat__t)