TimeStoneUtils.

FindObjectsOfTypeInSimulationAgents<T>(TimeStone) Method

Summary

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

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