Vector2IntAccumulator.Add


Declaration

protected override Vector2Int Add(Vector2Int value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

Vector2IntThe new total value.