eDriven Framework API
Finds a gui element in children. If such an element exists, returns it; if not, returns null

Declaration Syntax
public static T FindAdapter<T>(
GameObject go,
string id
)
where T : ComponentAdapter
Public Shared Function FindAdapter(Of T As ComponentAdapter) ( _
go As GameObject, _
id As String _
) As T
public:
generic<typename T>
where T : ComponentAdapter
static T FindAdapter(
GameObject^ go,
String^ id
)

Generic Template Parameters
- T
- Type of the adapter to find

Parameters
- go (GameObject)
- Game object on which to do the search
- id (String)
- Adapter ID

Return Value
Assembly:
eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)