Click or drag to resize

ComponentGameObjectProvider Class

Returns the game object a component belongs to.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentDataProviderComponent, GameObject
                Slash.Unity.DataBind.Foundation.Providers.GettersComponentGameObjectProvider

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ComponentGameObjectProvider : ComponentDataProvider<Component, GameObject>

The ComponentGameObjectProvider type exposes the following members.

Constructors
  NameDescription
Public methodComponentGameObjectProvider
Initializes a new instance of the ComponentGameObjectProvider class
Top
Methods
See Also