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. |
s | |
System. |
e | |
System. |
v |
Returns
Type | Description |
---|---|
System. |