单项选择题
使用unity3D引擎编程过程中,Vector3中能够取向量模长的属性是()。
A.normalized B.magnitude C.size D.wigth
单项选择题 使用unity3D引擎编程过程中,计算向量模的平方,请填空Vector3 vector=new Vector3(1,1,1);vector.()//向量的模。
单项选择题 使用unity3D引擎编程过程中,向量的模,Vector3v=new Vector3(1,1,1);v.()。
单项选择题 使用unity3D引擎编程过程中,下列成员不是Vector3类型的是()。