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