[]
Adds two vectors.
public static void AddRef(out Vector3 result, ref Vector3 left, ref Vector3 right)
| Type | Name | Description |
|---|---|---|
| Vector3 | result | When the method completes, contains the sum of the two vectors. |
| Vector3 | left | The first vector to add. |
| Vector3 | right | The second vector to add. |