Vector3.magnitude*vector3.up

来源:互联网 发布:xp打开关闭windows功能 编辑:程序博客网 时间:2024/05/29 02:17

获取该向量在世界坐标轴向上的长度

magnitude:Returns the length of this vector (Read Only). The length of the vector is square root of (x*x+y*y+z*z).