Click or drag to resize

PopupListValueSetter Class

Sets the value of a popup list depending on the string data value.
Inheritance Hierarchy
System.Object
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          Slash.Unity.DataBind.Core.Presentation.DataBindingOperator
            Slash.Unity.DataBind.Foundation.Setters.SingleSetter
              Slash.Unity.DataBind.Foundation.Setters.SingleSetter<String>
                Slash.Unity.DataBind.Foundation.Setters.ComponentSingleSetter<UIPopupList, String>
                  Slash.Unity.DataBind.UI.NGUI.Setters.PopupListValueSetter

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

The PopupListValueSetter type exposes the following members.

Constructors
  NameDescription
Public methodPopupListValueSetter
Initializes a new instance of the PopupListValueSetter class
Top
Methods
See Also