TimeStoneUtils.

FindGameObjectWithTagInSimulationScene(TimeStone, string) Method

Summary

Equivalent to GameObject.FindGameObjectWithTag but with a scope limited to stone's simulation scene

Syntax

public static GameObject FindGameObjectWithTagInSimulationScene(TimeStone stone, string tag)

Parameters

Name Type Description
stone TimeStone The stone to search in
tag string The searched tag

Return Value

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