dampFactor
dampFactor(
damping,dt):number
Defined in: gameplay/ThirdPersonCamera.ts:115
How much of the way to the target a damped value travels in dt.
damping is a rate per second; 0 means “arrive now”, which is what a gate
that wants to read the settled value asks for.
Parameters
Section titled “Parameters”damping
Section titled “damping”number
number
Returns
Section titled “Returns”number