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