Vector3IntAccumulator.Subtract
Method in Vector3IntAccumulator
Declaration
protected override Vector3Int Subtract(Vector3Int value)
Description
Decreases the accumulated total by a given value.
Parameters
value | The value to subtract from the total. |
Returns
Vector3Int | The new total value. |