Vector3Accumulator.Subtract


Declaration

protected override Vector3 Subtract(Vector3 value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

Vector3The new total value.