Class PopupMenuUtils
Inheritance
System.Object
PopupMenuUtils
Namespace: Unity.UIWidgets.material
Syntax
public static class PopupMenuUtils
Methods
showMenu<T>(BuildContext, RelativeRect, List<PopupMenuEntry<T>>, T, Single)
Declaration
public static IPromise<object> showMenu<T>(BuildContext context, RelativeRect position, List<PopupMenuEntry<T>> items, T initialValue, float elevation = 8F)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | |
RelativeRect | position | |
System.Collections.Generic.List<PopupMenuEntry<T>> | items | |
T | initialValue | |
System.Single | elevation |
Returns
Type | Description |
---|---|
IPromise<System.Object> |
Type Parameters
Name | Description |
---|---|
T |