Click or drag to resize

PopupListValueProvider Class

Provides the 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.GettersComponentDataProviderUIPopupList, String
                Slash.Unity.DataBind.UI.NGUI.GettersPopupListValueProvider

Namespace:  Slash.Unity.DataBind.UI.NGUI.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class PopupListValueProvider : ComponentDataProvider<UIPopupList, string>

The PopupListValueProvider type exposes the following members.

Constructors
  NameDescription
Public methodPopupListValueProvider
Initializes a new instance of the PopupListValueProvider class
Top
Methods
See Also