Vector3.Lerp

Linear interpolation is performed between the vectors of From and To with the interpolation parameter T.

Vector3.Lerp

Properties

Property Name Description
From Starting vector
To End vector
T The interpolation parameter
Clamped between [0, 1].
Result Output result