Summary
Equivalent to
GameObject.FindGameObjectsWithTag but with a scope limited to stone's simulation scene
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- TimeStoneUtils
Syntax
public static GameObject[] FindGameObjectsWithTagInSimulationScene(TimeStone stone, string tag)
Parameters
| Name | Type | Description |
|---|---|---|
| stone | TimeStone | The stone to search in |
| tag | string | The searched tag |
Return Value
| Type | Description |
|---|---|
| GameObject[] | All the objects with this tag in TimeStone's simulation scene |