Vector2Accumulator.Add
Method in Vector2Accumulator
Declaration
protected override Vector2 Add(Vector2 value)Description
Increases the accumulated total by a given value.
Parameters
| value | The value to add to the total. |
Returns
| Vector2 | The new total value. |