学员(7686)
课程(179)
分享
老师,我想用Slider的0-1,对应数字区域65-40,要怎么实现
Mathf.Lerp(65,40, slider.value)
老师,有没有对应Vector3位置之间的办法,就是两个位置之间来回移动
老师,我找到方法了
Vector 3.Lerp