Returns the component adapter atached to the specified game object

C# | Visual Basic | Visual C++ |
public static ComponentAdapter GetAdapter( GameObject gameObject )
Public Shared Function GetAdapter ( _ gameObject As GameObject _ ) As ComponentAdapter
public: static ComponentAdapter^ GetAdapter( GameObject^ gameObject )

- gameObject (GameObject)
- GameObject to look for adapter
