|
Init(args)
Scripting Reference
|
◆ In< T >() [7/7]
Finds object of type T in relation to the provided gameObject . The provided including value determines what GameObjects related to the provided gameObject are included in the search.
Objects match the search criteria if their class is of type T , if their class derives from a base class of type T , or their class implements an interface of type T .
|