Interpolate

Interpolate(Vector2Int, Vector2Int, float)

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

Description

Perform interpolation processing

Parameters

Parameter Name Description
from Original value
to Target value
t Progress

Returns

Interpolation result