Click or drag to resize

FindGameObjectWithTagGetter Class

Returns the game object with the specific tag or null if none was found.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersFindGameObjectWithTagGetter

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

The FindGameObjectWithTagGetter type exposes the following members.

Constructors
  NameDescription
Public methodFindGameObjectWithTagGetter
Initializes a new instance of the FindGameObjectWithTagGetter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldTag
Tag to find.
Top
See Also