Click or drag to resize

PrefabInstantiator Class

Instantiates a game object from the bound prefab if one is provided.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersPrefabInstantiator

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

The PrefabInstantiator type exposes the following members.

Constructors
  NameDescription
Public methodPrefabInstantiator
Initializes a new instance of the PrefabInstantiator class
Top
Methods
Fields
  NameDescription
Public fieldParent
Parent transform to add instantiated game object to.
Public fieldPrefab
Prefab to instantiate.
Top
See Also