Method Increment
Increment(TValueType, float)
Increment a given value with a given delta.
Declaration
protected abstract TValueType Increment(TValueType originalValue, float delta)
Parameters
Type | Name | Description |
---|---|---|
TValueType | originalValue | The original value. |
float | delta | The delta used for increment. |
Returns
Type | Description |
---|---|
TValueType | The incremented value. |