Interpolate

public Vector2 Interpolate(Vector2 from, Vector2 to, float t) ;

Perform interpolation processing

Parameter Name Description
from Original value
to Target value
t Progress

Interpolation result