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

◆ AllWrappers< TWrapped >()

static IWrapper< TWrapped >[] Sisus.Init.Find.AllWrappers< TWrapped > ( bool includeInactive = false)
static

Returns all components that wrap objects of type TWrapped .

Template Parameters
TWrappedType of the wrapped objects.
Parameters
includeInactiveShould inactive GameObjects be included in the search?
Returns
Array of zero or more objects of type TWrapped .