Click or drag to resize

ItemsSetter Class

Base class for a setter which uses a collection or an integer to determine how many items are shown beneath the game object of the target behaviour.
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.Foundation.SettersGameObjectItemsSetter
                    Slash.Unity.DataBind.UI.NGUI.SettersPopupListItemsSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class ItemsSetter : ComponentSingleSetter<Transform, Object>

The ItemsSetter type exposes the following members.

Constructors
  NameDescription
Protected methodItemsSetter
Initializes a new instance of the ItemsSetter class
Top
Methods
See Also