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