block-quote On this pagechevron-down
copy Copy chevron-down
OVER Visual Scripting (Legacy) chevron-right Nodes chevron-right Components chevron-right UI Text (TMP UGUI) A Text (TMP UGUI) OverNode is used to display text in the UI System. The difference with the Text node is that to use this one the User needs to install the TextMeshProarrow-up-right Unity Plugin.
This OverNode is used to expose certain parameters and attributes of a given input Unity3D TextMeshProUGUIarrow-up-right Component, which are:
A reference of the input Unity3D TextMeshProUGUI Component
The string value this Text displays
This OverNode is used to modify an existing TextMeshProUGUI Component, by setting its text to be shown.
This Flow OverNode accepts the following input data:
A reference of the input Unity3D TextMeshProUGUI Component
The string value of the new text
and produces the following output data:
A reference of the updated Unity3D Image Component
This OverNode is used to modify an existing TextMeshProUGUI Component, by setting the color of its text to be shown.
This Flow OverNode accepts the following input data:
A reference of the input Unity3D TextMeshProUGUI Component
The color value of the new text
and produces the following output data:
A reference of the updated Unity3D Image Component
This OverNode is used to modify an existing TextMeshProUGUI Component, by setting the font size of its text to be shown.
This Flow OverNode accepts the following input data:
A reference of the input Unity3D TextMeshProUGUI Component
The font size value of the new text
and produces the following output data:
A reference of the updated Unity3D Image Component