Click or drag to resize

GameObjectItemSetter Class

Base class which adds a game object instantiated from a prefab for the item of an ItemSetter.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersItemSetter
                Slash.Unity.DataBind.Foundation.SettersGameObjectItemSetter

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

The GameObjectItemSetter type exposes the following members.

Constructors
  NameDescription
Public methodGameObjectItemSetter
Initializes a new instance of the GameObjectItemSetter class
Top
Methods
Fields
  NameDescription
Public fieldPrefab
Prefab to create the item from.
Top
See Also