Click or drag to resize

GridItemsSetter Class

Set the items of a UIGrid depending on the items of the collection 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.SettersComponentSingleSetterTransform, Object
                  Slash.Unity.DataBind.Foundation.SettersItemsSetter
                    Slash.Unity.DataBind.Foundation.SettersGameObjectItemsSetter
                      Slash.Unity.DataBind.UI.NGUI.SettersGridItemsSetter

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

The GridItemsSetter type exposes the following members.

Constructors
  NameDescription
Public methodGridItemsSetter
Initializes a new instance of the GridItemsSetter class
Top
Properties
  NameDescription
Public propertyUIGrid
UI Grid to work on.
Top
See Also