Click or drag to resize

PopupListDataSetter Class

Sets the value of a popup list depending on the data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterObject
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterUIPopupList, Object
                  Slash.Unity.DataBind.UI.NGUI.SettersPopupListDataSetter

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

The PopupListDataSetter type exposes the following members.

Constructors
  NameDescription
Public methodPopupListDataSetter
Initializes a new instance of the PopupListDataSetter class
Top
Methods
See Also