Mathf.Lerp
Linearly interpolate values within the range from From to To.

Properties
| Property Name | Description | 
|---|---|
| From | Starting value | 
| To | End value | 
| T | Interpolation parameter | 
| Result | Result output | 
Linearly interpolate values within the range from From to To.

| Property Name | Description | 
|---|---|
| From | Starting value | 
| To | End value | 
| T | Interpolation parameter | 
| Result | Result output |