Text
This node places a text element in the visual tree. You can use it for both single words as well as paragraphs of text.
The Text node can be styled with font family, color, size, and much more.
Inputs
Data | Description |
---|---|
Text | The text string to display. |
Text Align | The alignment of the text string within the Text node's bounding box. |
Word Break | Control where line breaks are allowed. Normal : Break on spaces and other whitespace characters Break All : Allow line breaks between any two characters, including inside words |
Visual
The Text node features the following Visual Input Properties.
Outputs
Many of the UI nodes share the same outputs. Please refer to the Visual Output Properties documentation.
This node supports the following outputs:
@include "../shared-props/inputs/visual-input-properties.md" @include "../shared-props/outputs/visual-output-properties.md"