Version: 2017.3

Vector3Constructor

切换到手册
public Vector3 (float x, float y, float z);

描述

使用给定的 x、y、z 分量创建新向量。


public Vector3 (float x, float y);

描述

使用给定的 x、y 分量创建新向量,并将 z 设置为零。