Delegate _Interpolator<T>
Namespace: Unity.UIWidgets.material
Syntax
public delegate T _Interpolator<T>(T a, T b, float progress);
Parameters
Type | Name | Description |
---|---|---|
T | a | |
T | b | |
System.Single | progress |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |