Click or drag to resize

PopupListDataProvider Class

Provides the data 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, Object
                Slash.Unity.DataBind.UI.NGUI.GettersPopupListDataProvider

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

The PopupListDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodPopupListDataProvider
Initializes a new instance of the PopupListDataProvider class
Top
Methods
See Also