Click or drag to resize

DropdownOptionsSetter Class

Set the options of a dropdown element to the provided enumeration of option data items.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterIEnumerable
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterDropdown, IEnumerable
                  Slash.Unity.DataBind.UI.Unity.SettersDropdownOptionsSetter

Namespace:  Slash.Unity.DataBind.UI.Unity.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class DropdownOptionsSetter : ComponentSingleSetter<Dropdown, IEnumerable>

The DropdownOptionsSetter type exposes the following members.

Constructors
  NameDescription
Public methodDropdownOptionsSetter
Initializes a new instance of the DropdownOptionsSetter class
Top
Methods
See Also