單項選擇題使用unity3D引擎編程過程中,public Transform t;public float sp;void Update() { float step = sp * Time.deltaTime; transform.position = Vector3.()(transform.position, t.position, step);}。
A.MoveTowards
B.Lerp
C.Slerp
D.Translate
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題使用unity3D引擎編程過程中,Vector3.Angle(Vector3f,Vector3t)返回值說法錯誤的是()
A.f和t夾角
B.兩個向量之間的距離
C.兩個向量的點乘
D.兩個向量的叉乘
2.多項選擇題使用unity3D引擎編程過程中,Unity中的Vector3可以用來表示()。
A.向量
B.點
C.位置
D.縮放比例