Vector3.Vector3 三维向量

static function Vector3 (x : float, y : float, z : float) : Vector3

Description描述

Creates a new vector with given x, y, z components.

创建一个新的具有给定x, y, z组件的向量。

 

• static function Vector3 (x : float, y : float) : Vector3

Description描述

Creates a new vector with given x, y components and sets z to zero.

创建一个新的具有给定x, y组件的向量并且设置z为0。

最后修改:2010年12月19日 Sunday 21:36

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。