Click or drag to resize
PopupAttributeGetPopupContentsCallback Delegate
A callback for getting the labels and underlying values for a popup menu. Returns the index of the currently selected value.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public delegate int GetPopupContentsCallback(
	List<GUIContent> labels,
	List<Object> values
)

Parameters

labels
Type: System.Collections.GenericListGUIContent
values
Type: System.Collections.GenericListObject

Return Value

Type: Int32
See Also