Vector4Accumulator.Add
Method in Vector4Accumulator
Declaration
protected override Vector4 Add(Vector4 value)
Description
Increases the accumulated total by a given value.
Parameters
value | The value to add to the total. |
Returns
Vector4 | The new total value. |