Delegate TweenStaticArithmeticPlugin.DiffValue<TValue>
Delegate for a callback calculating the difference between two values.
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate TValue DiffValue<TValue>(TValue start, TValue end);
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | start | Start value |
| TValue | end | End value |
Returns
| Type | Description |
|---|---|
| TValue | The difference between start and end |
Type Parameters
| Name | Description |
|---|---|
| TValue |