Interpolate

Interpolate(Vector2Int, Vector2Int, float)

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

説明

補間処理を行う

パラメーター

パラメーター名 説明
from 元の値
to 目標の値
t 進行度

戻り値

補間結果