C# Class UnityContrib.UnityEngine.TagSelector

Selects the game object having a specific tag name.
Inheritance: BaseSelector
Mostra file Open project: UnityContrib/framework

Protected Methods

Method Description
Select ( ) : Transform

Returns the selected T:UnityEngine.Transform based on the P:UnityContrib.UnityEngine.TagSelector.TagName.

Method Details

Select() protected method

Returns the selected T:UnityEngine.Transform based on the P:UnityContrib.UnityEngine.TagSelector.TagName.
protected Select ( ) : Transform
return UnityEngine.Transform