Class ListSelectionWindow
Inheritance
ListSelectionWindow
Syntax
public class ListSelectionWindow : DropdownWindow<ListSelectionWindow>
Methods
OnDisable()
Declaration
protected void OnDisable()
SelectionButton(Rect, Vector2, GUIContent, GUIStyle, String[], Action<Int32>)
Declaration
public static void SelectionButton(Rect rect, Vector2 windowSize, GUIContent content, GUIStyle style, string[] models, Action<int> elementSelectedHandler)
Parameters
| Type |
Name |
Description |
| Rect |
rect |
|
| Vector2 |
windowSize |
|
| GUIContent |
content |
|
| GUIStyle |
style |
|
| String[] |
models |
|
| Action<Int32> |
elementSelectedHandler |
|