Click or drag to resize
GUIExtPopup Method (Rect, Boolean, Int32, GUIContent, Object, GUIStyle, GUIStyle, GUIStyle, GUIExtPopupCallback)

[Missing <summary> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

Namespace: Slash.Unity.Common.GUI
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static bool Popup(
	Rect position,
	ref bool showList,
	ref int listEntry,
	GUIContent buttonContent,
	Object[] list,
	GUIStyle buttonStyle,
	GUIStyle boxStyle,
	GUIStyle listStyle,
	GUIExtPopupCallback callback
)

Parameters

position
Type: Rect

[Missing <param name="position"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

showList
Type: SystemBoolean

[Missing <param name="showList"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

listEntry
Type: SystemInt32

[Missing <param name="listEntry"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

buttonContent
Type: GUIContent

[Missing <param name="buttonContent"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

list
Type: SystemObject

[Missing <param name="list"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

buttonStyle
Type: GUIStyle

[Missing <param name="buttonStyle"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

boxStyle
Type: GUIStyle

[Missing <param name="boxStyle"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

listStyle
Type: GUIStyle

[Missing <param name="listStyle"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

callback
Type: Slash.Unity.Common.GUIGUIExtPopupCallback

[Missing <param name="callback"/> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Slash.Unity.Common.GUI.GUIExt.Popup(UnityEngine.Rect,System.Boolean@,System.Int32@,UnityEngine.GUIContent,System.Object[],UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,Slash.Unity.Common.GUI.GUIExt.PopupCallback)"]

See Also