Summary
Equivalent to
GameObject.FindObjectsOfType but with a scope limited to stone's simulation agents
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- TimeStoneUtils
Syntax
public static T[] FindObjectsOfTypeInSimulationAgents<T>(TimeStone stone)
Type Parameters
| Name | Description |
|---|---|
| T | The type of object searched |
Parameters
| Name | Type | Description |
|---|---|---|
| stone | TimeStone | The stone to search in |
Return Value
| Type | Description |
|---|---|
| T[] | All objects of this type in TimeStone's simulation agents |