Delegate AnimatedSwitcherTransitionBuilder
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Widget AnimatedSwitcherTransitionBuilder(Widget child, Animation<float> animation);
Parameters
Type | Name | Description |
---|---|---|
Widget | child | |
Animation<System.Single> | animation |
Returns
Type | Description |
---|---|
Widget |