Get Text
Last updated
Last updated
The Get Text Node returns the text of the inputted Object, such as Text, Text Area, and Text Input.
Scope: Scene, Function, Prefab.
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Object ID
ObjectID
The Object whose text will be returned.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Text
String
The text from the Object given as input.