Delegate Interpolation.InterpolatorDelegate<T>
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public delegate void InterpolatorDelegate<T>(T prev, T current, out T result, float t)
where T : struct;
Parameters
| Type | Name | Description |
|---|---|---|
| T | prev | |
| T | current | |
| T | result | |
| System.Single | t |
Type Parameters
| Name | Description |
|---|---|
| T |