Click or drag to resize

GameObjectItemsSetter Class

Base class which adds game objects for each item of an ItemsSetter.
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.Foundation.SettersSlotItemsSetter
                      Slash.Unity.DataBind.UI.NGUI.SettersGridItemsSetter
                      Slash.Unity.DataBind.UI.Unity.SettersLayoutGroupItemsSetter
                      Slash.Unity.DataBind.UI.Unity.SettersSmoothLayoutGroupItemsSetter

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

The GameObjectItemsSetter type exposes the following members.

Constructors
  NameDescription
Public methodGameObjectItemsSetter
Initializes a new instance of the GameObjectItemsSetter class
Top
Properties
  NameDescription
Protected propertyItemContexts
Returns an enumerator for the contexts of all items.
Protected propertyItemGameObjects
Returns an enumerator for the game objects of all items.
Top
Methods
Fields
  NameDescription
Public fieldPrefab
Prefab to create the items from.
Top
See Also