TimeStoneUtils.

FindInSimulationAgents(TimeStone, string) Method

Summary

Equivalent to GameObject.Find but with a scope limited to stone's simulation agents

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