Vector3IntAccumulator.Subtract


Declaration

protected override Vector3Int Subtract(Vector3Int value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

Vector3IntThe new total value.