Pixi HTMLText
Rich text rendering using simple HTML-like markup and style JSON.
The Pixi HTMLText node displays formatted text using HTML-like tags and a style JSON configuration, supporting alignment, fonts, colors, and more.
| Data | Description |
|---|
| X | Position X |
| Y | Position Y |
| Alpha | Transparency (0-1) |
| Rotation | Rotation in radians |
| Scale X | Horizontal scale |
| Scale Y | Vertical scale |
| Pivot X | Pivot X |
| Pivot Y | Pivot Y |
| Visible | Visibility toggle |
| Interactive | Enable pointer interaction |
| zIndex | Render order |
Text
| Data | Description |
|---|
| HTML | Content string with simple markup (e.g., bold) |
| Style JSON | Stringified JSON object defining text styles |
Signals
| Signal | Description |
|---|
| Update Now | Force immediate re-render |
Outputs
| Data | Description |
|---|
| Node Reference | Node reference |
Usage
- Set HTML for content and provide Style JSON for font, color, alignment, etc.
- Use transform inputs for layout and visibility; trigger Update Now after bulk changes.