Filter on Active State
Filter input GameObjects based on whether they are active.Parameters
Parameter | Type | Description |
---|---|---|
active | Boolean | |
mode | Mode | Global: GameObject's active state in the Hierachy (gameObject.activeInHierachy) Local: GameObject's active state in the Inspector (gameObject.activeSelf) |