Lerp. 用來取得兩點間線性插值的方法,語法為new Vector3 newPosition = Vector3.Lerp(Vector3 起點, Vector3 終點, float ...
確定! 回上一頁