Click or drag to resize

GameObjectComponentProviderTComponent Class

Provider to get a specific component from 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.GettersGameObjectComponentProviderTComponent

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class GameObjectComponentProvider<TComponent> : DataProvider
where TComponent : Component

Type Parameters

TComponent
Type of component to provide.

The GameObjectComponentProviderTComponent type exposes the following members.

Constructors
  NameDescription
Public methodGameObjectComponentProviderTComponent
Initializes a new instance of the GameObjectComponentProviderTComponent class
Top
Properties
Methods
Fields
  NameDescription
Public fieldTarget
Binding to target game object to get component from.
Top
See Also