Vector2Accumulator.Subtract
Method in Vector2Accumulator
Declaration
protected override Vector2 Subtract(Vector2 value)
Description
Decreases the accumulated total by a given value.
Parameters
value | The value to subtract from the total. |
Returns
Vector2 | The new total value. |