🔨Convert V3 -> V2
<Vector2 | table<Vector2>> Utilities.ConvertV3toV2(<Vector3 | table<Vector3>> Vector)
Converts Vector3
s to Vector2
by ignoring the Z
axis of the Vector
.
Parameters
Name
Description
Type
Default
Optional
Vector
The vectors to convert
Vector3 | table<Vector3>
N/A
Return
<Vector2 | table<Vector2>> the converted vector(s)
Last updated