Summary
Equivalent to
GameObject.Find
but with a scope limited to stone's simulation agents
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- TimeStoneUtils
Syntax
public static GameObject FindInSimulationAgents(TimeStone stone, string name)
Parameters
Name | Type | Description |
---|---|---|
stone | TimeStone | The stone to search in |
name | string | The name of the GameObject searched |
Return Value
Type | Description |
---|---|
GameObject | The first active GameObject found in TimeStone's simulation agents with that name |