Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ FindInChildren< T >()

T Sisus.Init.IWrapper.FindInChildren< T > ( )

Gets a reference to an object of type T found on the GameObject the wrapper is attached to, or any of its children.

Template Parameters
TThe type of object to retrieve.
Returns
An object of type , if the wrapper is attached to a GameObject that has one attached to it or any of its children; otherwise, null.

Init.Find.InChildren<T>(GameObject)