Vector2IntAccumulator.Subtract


Declaration

protected override Vector2Int Subtract(Vector2Int value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

Vector2IntThe new total value.