TimeStoneUtils.

FindGameObjectWithTagWithoutSimulationAgents(string) Method

Summary

Equivalent to GameObject.FindGameObjectWithTag but automatically excluding any cloned simulation agents

Syntax

public static GameObject FindGameObjectWithTagWithoutSimulationAgents(string tag)

Parameters

Name Type Description
tag string The searched tag

Return Value

Type Description
GameObject The first object with this tag in TimeStone's simulation agents