Vector3Constructor

Switch to Manual
public Vector3 (float x, float y, float z);

Description

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


public Vector3 (float x, float y);

Description

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