单项选择题

使用unity3D引擎编程过程中,计算向量模的平方,请填空Vector3 vector=new Vector3(1,1,1);vector.()//向量的模。

A.magnitude
B.sqrMagnitude
C.model
D.distance