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

◆ Any() [2/2]

static object Sisus.Init.Find.Any ( [DisallowNull] Type type,
bool includeInactive = false )
static

Returns the first loaded object of the given type .

Parameters
typeType of the object to find.

Objects match the search criteria if their class is of this type, if their class derives from a base class of this type, or their class implements an interface of this type.

Only objects whose classes derive from Component or objects that are wrapped by a IWrapper<T> can be returned.

Parameters
includeInactiveShould components on inactive GameObjects be included in the search?
Returns
Loaded Init.Any<T> instance, if found; otherwise, null.