Click or drag to resize

LayoutGroupItemsSetter Class

Note: This API is now obsolete.

Set the items of a LayoutGroup 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.Unity.SettersLayoutGroupItemsSetter

Namespace:  Slash.Unity.DataBind.UI.Unity.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[ObsoleteAttribute("Use GameObjectItemsSetter instead")]
public sealed class LayoutGroupItemsSetter : GameObjectItemsSetter

The LayoutGroupItemsSetter type exposes the following members.

Constructors
  NameDescription
Public methodLayoutGroupItemsSetter
Initializes a new instance of the LayoutGroupItemsSetter class
Top
See Also