[]
Scales a vector by the given value.
public static void MultiplyRef(out Vector3 result, ref Vector3 value, float scale)
| Type | Name | Description |
|---|---|---|
| Vector3 | result | When the method completes, contains the scaled vector. |
| Vector3 | value | The vector to scale. |
| float | scale | The amount by which to scale the vector. |