Delegate TweenConstructor<T>
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Tween<T> TweenConstructor<T>(T targetValue);
Parameters
Type | Name | Description |
---|---|---|
T | targetValue |
Returns
Type | Description |
---|---|
Tween<T> |
Type Parameters
Name | Description |
---|---|
T |