Vector3IntAccumulator.Add


Declaration

protected override Vector3Int Add(Vector3Int value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

Vector3IntThe new total value.