|
Init(args)
Scripting Reference
|
◆ GameObjectOf< T >()
Returns GameObject to which the given object is attached.
This can be a type that derives from Component, an interface implemented by a class that derives from Component, or a plain old class or any interface implemented by such a class if it is wrapped by a Wrapper<T> component.
|