Method Query
Query<T>()
Enumerates all GameObjects in the scene that have a RandomizerTag of the given type
Declaration
public IEnumerable<GameObject> Query<T>() where T : RandomizerTag
Returns
Type | Description |
---|---|
IEnumerable<GameObject> | GameObjects with the given RandomizerTag |
Type Parameters
Name | Description |
---|---|
T | The type of RandomizerTag to query for |