eDriven Framework API
Gets a component from the adapter specified by ID

Declaration Syntax
public static Component GetComponent(
GameObject parentGameObject,
string id
)
Public Shared Function GetComponent ( _
parentGameObject As GameObject, _
id As String _
) As Component
public:
static Component^ GetComponent(
GameObject^ parentGameObject,
String^ id
)

Parameters
- parentGameObject (GameObject)
- id (String)

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