Vector3Accumulator.Add


Declaration

protected override Vector3 Add(Vector3 value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

Vector3The new total value.