Returns GameObject to which the given object is attached.
- Parameters
-
| attachedObject | The Component or plain old class object wrapped by a Wrapper<> component whose containing GameObject should be returned. |
- Returns
- GameObject that has the given object is attached to it, if found; otherwise,
null.