static Vector3 SpringDamp( Vector3 current, Vector3 target, Vector3 velocity, float deltaTime, float frequency, float damping )

Summary

Springly move towards the target vector

static Vector3 SpringDamp( Vector3 current, Vector3 target, Vector3 velocity, float smoothTime, float deltaTime, float frequency, float damping )

Obsolete

Use the overload without the 'smoothTime' parameter instead, as it is no longer needed.

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.