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