Vector2Accumulator.Subtract


Declaration

protected override Vector2 Subtract(Vector2 value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

Vector2The new total value.