Click or drag to resize

GameObjectMapping Class

Maps a string key on to a game object.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.OperationsGameObjectMapping

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class GameObjectMapping : DataProvider

The GameObjectMapping type exposes the following members.

Constructors
  NameDescription
Public methodGameObjectMapping
Initializes a new instance of the GameObjectMapping class
Top
Properties
Methods
Fields
  NameDescription
Public fieldDefault
Default value to use if no mapping found.
Public fieldKey
Key to do mapping with.
Public fieldMapping
Mappings between string keys and game object values.
Top
See Also