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

◆ Find< T >()

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

Gets a reference to an object of type T found on the GameObject the wrapper is attached to.

Template Parameters
TThe type of object to retrieve.
Returns
An object of type , if the wrapper is attached to a GameObject that contains one; otherwise, null.

Init.Find.In<T>(GameObject)