eDriven Framework API
GetAdapter Method (gameObject)
NamespaceseDriven.Gui.DesignerGuiLookupGetAdapter(GameObject)
eDriven Framework API
Returns the component adapter atached to the specified game object
Declaration Syntax
C#Visual BasicVisual C++
public static ComponentAdapter GetAdapter(
	GameObject gameObject
)
Public Shared Function GetAdapter ( _
	gameObject As GameObject _
) As ComponentAdapter
public:
static ComponentAdapter^ GetAdapter(
	GameObject^ gameObject
)
Parameters
gameObject (GameObject)
GameObject to look for adapter
Return Value

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