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