Skip to main content

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.

Inputs

Transform & Appearance

DataDescription
XPosition X
YPosition Y
AlphaTransparency (0-1)
RotationRotation in radians
Scale XHorizontal scale
Scale YVertical scale
Pivot XPivot X
Pivot YPivot Y
VisibleVisibility toggle
InteractiveEnable pointer interaction
zIndexRender order

Text

DataDescription
HTMLContent string with simple markup (e.g., bold)
Style JSONStringified JSON object defining text styles

Signals

SignalDescription
Update NowForce immediate re-render

Outputs

DataDescription
Node ReferenceNode 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.