Table of Contents

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

title string

Title of the window.

labels string[]

List of labels to show.

onSelected Action<int>

Called with index of the chosen option.

Returns

EditorWindow
See Also