Method XZ
XZ(Vector3)
Drops the Y component of a 3D vector and returns its XZ coordinates.
public static Vector2 XZ(this Vector3 v)
Parameters
vVector3Source vector.
Returns
- Vector2
Drops the Y component of a 3D vector and returns its XZ coordinates.
public static Vector2 XZ(this Vector3 v)
v Vector3Source vector.