Unity- Lerp的用法

Mathf.Lerp(float a,float b,float c);//以c 的速度从a变换到b

Vector3.Lerp(Vector3 a,vector3 b,float c)//以c 的速度从A 变换到B

posted @ 2015-05-31 22:28  Kim-teng  阅读(734)  评论(0编辑  收藏  举报