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

Declaration Syntax
public static ComponentAdapter FindAdapter(
GameObject go,
string id
)
Public Shared Function FindAdapter ( _
go As GameObject, _
id As String _
) As ComponentAdapter
public:
static ComponentAdapter^ FindAdapter(
GameObject^ go,
String^ id
)

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)