Delegate CurveFunction
Simple delegate for a mathematical curve function
Namespace: Ritchie.Toolbox.Animation
Assembly: Ritchie.Toolbox.dll
Syntax
public delegate float CurveFunction(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | Simple delegate for a mathematical curve function |
Returns
| Type | Description |
|---|---|
| float | Simple delegate for a mathematical curve function |