Vector3.LerpUnclamped
Linear interpolation is performed between the vectors of From and To with the interpolation parameter T.
Properties
Property Name | Description |
---|---|
From | Starting vector |
To | End vector |
T | The interpolation parameter |
Result | Output result |