Click or drag to resize

PopupListValueGetter Class

Note: This API is now obsolete.

Gets the text value of a UIPopupList element.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentSingleGetterUIPopupList, String
                Slash.Unity.DataBind.UI.NGUI.GettersPopupListValueGetter

Namespace:  Slash.Unity.DataBind.UI.NGUI.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[ObsoleteAttribute("Use PopupListValueProvider instead")]
public class PopupListValueGetter : ComponentSingleGetter<UIPopupList, string>

The PopupListValueGetter type exposes the following members.

Constructors
  NameDescription
Public methodPopupListValueGetter
Initializes a new instance of the PopupListValueGetter class
Top
Methods
See Also