Method Show
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
Show(string, string[], Action<int>)
Shows a selector as a auxiliary window.
public static EditorWindow Show(string title, string[] labels, Action<int> onSelected)
Parameters
titlestringTitle of the window.
labelsstring[]List of labels to show.
onSelectedAction<int>Called with index of the chosen option.
Returns
- See Also