Vector2Accumulator.Add


Declaration

protected override Vector2 Add(Vector2 value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

Vector2The new total value.