Method Add
Add(Vector3, Vector3)
Adds two vectors.
Declaration
public static Vector3 Add(Vector3 left, Vector3 right)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | left | The first vector to add. |
Vector3 | right | The second vector to add. |
Returns
Type | Description |
---|---|
Vector3 | The sum of the two vectors. |