Delegate EditorUtility.SelectMenuItemFunction
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public delegate void SelectMenuItemFunction(object userData, string[] options, int selected);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | userData | |
| String[] | options | |
| Int32 | selected |