Get Text
Overview

The Get Text Node returns the text of the inputted Object, such as Text, Text Area, and Text Input.
Scope: Scene, Function, Prefab.
Inputs
Input
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.
Outputs
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.
Text
String
The text from the Object given as input.
Last updated
Was this helpful?