EditorGUILayout.Popup

static function Popup (selectedIndex : int, displayedOptions : string[], params options : GUILayoutOption[]) : int

static function Popup (selectedIndex : int, displayedOptions : string[], style : GUIStyle, params options : GUILayoutOption[]) : int

static function Popup (selectedIndex : int, displayedOptions : GUIContent[], params options : GUILayoutOption[]) : int

static function Popup (selectedIndex : int, displayedOptions : GUIContent[], style : GUIStyle, params options : GUILayoutOption[]) : int

static function Popup (label : String, selectedIndex : int, displayedOptions : string[], params options : GUILayoutOption[]) : int

static function Popup (label : String, selectedIndex : int, displayedOptions : string[], style : GUIStyle, params options : GUILayoutOption[]) : int

static function Popup (label : GUIContent, selectedIndex : int, displayedOptions : GUIContent[], params options : GUILayoutOption[]) : int

static function Popup (label : GUIContent, selectedIndex : int, displayedOptions : GUIContent[], style : GUIStyle, params options : GUILayoutOption[]) : int

Description