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

◆ AllWithTag()

static GameObject[] Sisus.Init.Find.AllWithTag ( string tag,
bool includeInactive = false )
static

Returns all loaded GameObjects with the provided tag .

Parameters
tagThe tag to search for.
includeInactiveShould inactive GameObjects be included in the search?

Note that searching for inactive GameObjects is a slow operation.

Returns
Array of zero or more GameObjects.