Delegate TweenStaticArithmeticPlugin.EndValue<TValue>
Delegate for a callback calculating the end value, given the start and difference.
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate TValue EndValue<TValue>(TValue start, TValue diff);
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | start | Start value |
| TValue | diff | Difference from start to end |
Returns
| Type | Description |
|---|---|
| TValue | The end value |
Type Parameters
| Name | Description |
|---|---|
| TValue |