Method DropDownButton
DropDownButton(Rect, Vector2, GUIContent, GUIStyle, Func<DropdownWindow<T>>)
Declaration
public static void DropDownButton(Rect rect, Vector2 windowSize, GUIContent content, GUIStyle style, Func<DropdownWindow<T>> createWindow)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | |
Vector2 | windowSize | |
GUIContent | content | |
GUIStyle | style | |
Func<DropdownWindow<T>> | createWindow |