Vector4Accumulator.Add


Declaration

protected override Vector4 Add(Vector4 value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

Vector4The new total value.