Summary
Utility class to find
TimeStone
agents
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TimeStoneUtils"]
class Type type-node
Syntax
public static class TimeStoneUtils
Methods
Name | Value | Summary |
---|---|---|
Find |
GameObject[] |
Equivalent to
GameObject.FindGameObjectsWithTag but with a scope limited to stone's simulation agents
static
|
Find |
GameObject[] |
Equivalent to
GameObject.FindGameObjectsWithTag but with a scope limited to stone's simulation scene
static
|
Find |
GameObject[] |
Equivalent to
GameObject.FindGameObjectsWithTag but automatically excluding any cloned simulation agents
static
|
Find |
GameObject |
Equivalent to
GameObject.FindGameObjectWithTag but with a scope limited to stone's simulation agents
static
|
Find |
GameObject |
Equivalent to
GameObject.FindGameObjectWithTag but with a scope limited to stone's simulation scene
static
|
Find |
GameObject |
Equivalent to
GameObject.FindGameObjectWithTag but automatically excluding any cloned simulation agents
static
|
Find |
GameObject |
Equivalent to
GameObject.Find but with a scope limited to stone's simulation agents
static
|
Find |
T |
Equivalent to
GameObject.FindObjectOfType but with a scope limited to stone's simulation agents
static
|
Find |
T |
Equivalent to
Object.FindObjectOfType but automatically excluding any cloned simulation agents
static
|
Find |
T[] |
Equivalent to
GameObject.FindObjectsOfType but with a scope limited to stone's simulation agents
static
|
Find |
T[] |
Equivalent to
Object.FindObjectsOfType but automatically excluding any cloned simulation agents
static
|
Get |
List |
Search for all time agents (even inactive) in current scene, excluding simulation agents
static
|