Delegate EasingFunctions.EasingFunc
Namespace: Edgar.Unity.Examples.PC2D
Assembly: cs.temp.dll.dll
Syntax
public delegate float EasingFunc(float s, float e, float v);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | s | |
| System.Single | e | |
| System.Single | v |
Returns
| Type | Description |
|---|---|
| System.Single |