Click or drag to resize

PopupListItemsSetter Class

Sets the items of a UIPopupList depending on a string data list.
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.SettersComponentSingleSetterTransform, Object
                  Slash.Unity.DataBind.Foundation.SettersItemsSetter
                    Slash.Unity.DataBind.UI.NGUI.SettersPopupListItemsSetter

Namespace:  Slash.Unity.DataBind.UI.NGUI.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class PopupListItemsSetter : ItemsSetter

The PopupListItemsSetter type exposes the following members.

Constructors
  NameDescription
Public methodPopupListItemsSetter
Initializes a new instance of the PopupListItemsSetter class
Top
Properties
  NameDescription
Public propertyUIPopupList
Popup list to work on.
Top
Methods
See Also