Get Tag
Last updated
Last updated
The Get Tag Node returns the tags that are attributed to the Object given as input. If an Object with no tags is given, an empty Array is returned.
Scope: Scene, Function, Prefab.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The Object whose tag(s) will be returned. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Array | An Array of the Object's tag(s). |