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

◆ AllWrappedObjects< TWrapped >()

static void Sisus.Init.Find.AllWrappedObjects< TWrapped > ( List< TWrapped > results,
bool includeInactive = false )
static

Returns all objects of type TWrapped wrapped by active loaded components of type Init.Wrapper<TWrapped>.

Template Parameters
TWrappedType of the wrapped objects.
Parameters
includeInactiveShould inactive GameObjects be included in the search?
Type Constraints
TWrapped :class